aboutsummaryrefslogtreecommitdiff
path: root/vnext/server
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/server')
-rw-r--r--vnext/server/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/server/Dockerfile b/vnext/server/Dockerfile
index 37f8c896..30f37ad0 100644
--- a/vnext/server/Dockerfile
+++ b/vnext/server/Dockerfile
@@ -8,9 +8,9 @@ RUN npm install
# Bundle APP files
COPY public/server.js .
-ENV NODE_ENV production
-ENV NPM_CONFIG_LOGLEVEL warn
-ENV DEBUG http
+ENV NODE_ENV=production
+ENV NPM_CONFIG_LOGLEVEL=warn
+ENV DEBUG=http
# Expose the listening port of your app
EXPOSE 8081