From ea83cf3876dab21e612ef89b83e46afafcec4548 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 18 Feb 2024 21:53:11 +0100 Subject: [PATCH] docs: add environment variable step to stand-alone docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44cc43c3..05b05d95 100644 --- a/README.md +++ b/README.md @@ -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 ```