1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-11-15 11:50:34 +01:00

Remove env line and add comment about update-env (#606)

This commit is contained in:
Alexander Lehmann 2024-09-22 18:39:08 +02:00 committed by GitHub
parent f8bfb8ec3c
commit 18135b0ec0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,6 @@ docker compose up -d
cd ../frontend cd ../frontend
npm install npm install
npm run build npm run build
API_URL=http://localhost:8080 # Set the URL of the backend, default: http://localhost:8080
pm2 restart pingvin-share-frontend pm2 restart pingvin-share-frontend
``` ```
Note that environemnt variables are not picked up when using pm2 restart, if you actually want to change configs, you need to run ````pm2 --update-env restart````