We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbda16 commit 51a842eCopy full SHA for 51a842e
docker-scripts/entrypoint.sh
@@ -10,6 +10,7 @@ run_backend() {
10
11
run_frontend() {
12
cd /workspace/src/frontend
13
+ pnpm build
14
echo "Running frontend"
15
pm2 start pnpm -- start
16
}
src/frontend/.env.production
@@ -0,0 +1,5 @@
1
+# This file is only required for deploying on Vercel
2
+# The root level .env file is used for local development with Docker
3
+
4
+NEXT_PUBLIC_API_URL=http://localhost:8000
5
+NEXT_PUBLIC_LOCAL_MODE_ENABLED=true
0 commit comments