mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:10:55 +00:00
fix deployment pass GAME_ENV variable
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
FROM node:18
|
||||
|
||||
# Add environment variable
|
||||
ARG GAME_ENV=preprod
|
||||
ARG GAME_ENV=prod
|
||||
ENV GAME_ENV=$GAME_ENV
|
||||
|
||||
# Install Nginx, Supervisor and Git (for Husky)
|
||||
|
||||
Reference in New Issue
Block a user