diff --git a/Dockerfile b/Dockerfile index b9c3e86b..6d4e320f 100644 --- a/Dockerfile +++ b/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"]