Set NO_VAR_RUNTIME in Dockerfile

This commit is contained in:
KernelDeimos 2024-04-15 20:47:27 -04:00
parent 9bb221a0d7
commit c07d0a2bc7

View File

@ -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"]