0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-02-19 01:55:48 -05:00

docs: add environment variable step to stand-alone docs

This commit is contained in:
Elias Schneider 2024-02-18 21:53:11 +01:00
parent 5ca0bffc0a
commit ea83cf3876
No known key found for this signature in database
GPG key ID: 07E623B294202B6C

View file

@ -121,6 +121,7 @@ docker compose up -d
# Start the frontend
cd ../frontend
npm run build
API_URL=http://localhost:8080 # Set the URL of the backend, default: http://localhost:8080
pm2 restart pingvin-share-frontend
```