mirror of
https://github.com/casjaysdevdocker/nodejs
synced 2025-09-18 15:57:48 -04:00
🗃️ Committing everything that changed 🗃️
Dockerfile Dockerfile.10 Dockerfile.12 Dockerfile.14 Dockerfile.16 Dockerfile.18 Dockerfile.20 rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/functions/entrypoint.sh
This commit is contained in:
@@ -232,6 +232,6 @@ VOLUME [ "/config","/data" ]
|
||||
|
||||
EXPOSE ${ENV_PORTS}
|
||||
|
||||
CMD [ "start","all" ]
|
||||
CMD [ "tail","-f","/dev/null" ]
|
||||
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh" ]
|
||||
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
|
||||
|
Reference in New Issue
Block a user