mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 22:51:17 +08: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 \
|
HEALTHCHECK --interval=30s --timeout=3s \
|
||||||
CMD wget --no-verbose --tries=1 --spider http://puter.localhost:4100/test || exit 1
|
CMD wget --no-verbose --tries=1 --spider http://puter.localhost:4100/test || exit 1
|
||||||
|
|
||||||
|
ENV NO_VAR_RUNTUME=1
|
||||||
|
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
||||||
|
Loading…
Reference in New Issue
Block a user