1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-02 07:20:38 +02: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
```