mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Set NO_VAR_RUNTIME in Dockerfile
This commit is contained in:
parent
9bb221a0d7
commit
c07d0a2bc7
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user