This commit is contained in:
Elias Schneider
2024-09-22 22:08:39 +02:00
27 changed files with 107 additions and 55 deletions

View File

@@ -39,6 +39,6 @@ docker compose up -d
cd ../frontend
npm install
npm run build
API_URL=http://localhost:8080 # Set the URL of the backend, default: http://localhost:8080
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````