mirror of
http://forgejo-oa09toasww4dgii9cj3gpzda.187.127.164.61.sslip.io/iamcoolvivek007/bharath.git
synced 2026-06-11 00:06:51 +00:00
HEALTHCHECK NONE - explicitly disable Docker healthcheck
This commit is contained in:
parent
5e8650b53d
commit
22c4fc2356
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ COPY webapp/.env ./.env
|
|||
ENV NODE_ENV=production
|
||||
EXPOSE 3000
|
||||
|
||||
# No HEALTHCHECK — disabled for Coolify compatibility
|
||||
HEALTHCHECK NONE
|
||||
|
||||
CMD ["node", "src/server.js"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue