Browse Source

Set NO_VAR_RUNTIME in Dockerfile

KernelDeimos 1 year ago
parent
commit
c07d0a2bc7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -59,4 +59,6 @@ EXPOSE 4100
 HEALTHCHECK --interval=30s --timeout=3s \
     CMD wget --no-verbose --tries=1 --spider http://puter.localhost:4100/test || exit 1
 
+ENV NO_VAR_RUNTUME=1
+
 CMD ["npm", "start"]