Skip to content

Commit

Permalink
Remove NODE_ENV from the build env
Browse files Browse the repository at this point in the history
Apparently this breaks building the frontend on GitHub.
  • Loading branch information
umonkey committed Jan 19, 2025
1 parent bc0591a commit 5f046dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container/build-yerevan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ docker run --rm \
-e VITE_API_ROOT="$API_ROOT" \
-e VITE_SENTRY_AUTH_TOKEN="$SENTRY_AUTH_TOKEN" \
-e VITE_ENVIRONMENT="production" \
-e NODE_ENV="production" \
--network=host \
--ulimit nofile=5000:5000 \
node:20-alpine3.18 \
Expand Down

0 comments on commit 5f046dd

Please sign in to comment.