From d01dae3c4917962ddf3a29ce9464108da4b25d6f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 10 Oct 2024 23:41:34 +0300 Subject: vnext: cleanup Dockerfile warnings --- vnext/server/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vnext/server') 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 -- cgit v1.2.3