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