Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rashadphz committed Jun 1, 2024
1 parent 5dbda16 commit 51a842e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ run_backend() {

run_frontend() {
cd /workspace/src/frontend
pnpm build
echo "Running frontend"
pm2 start pnpm -- start
}
Expand Down
5 changes: 5 additions & 0 deletions src/frontend/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This file is only required for deploying on Vercel
# The root level .env file is used for local development with Docker

NEXT_PUBLIC_API_URL=http://localhost:8000
NEXT_PUBLIC_LOCAL_MODE_ENABLED=true

0 comments on commit 51a842e

Please sign in to comment.