diff --git a/container/build-yerevan.sh b/container/build-yerevan.sh index 4a0bc10b..ba453a6c 100755 --- a/container/build-yerevan.sh +++ b/container/build-yerevan.sh @@ -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 \