mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
fix: Update Dockerfile
This commit is contained in:
parent
b88656829e
commit
074a861fb4
@ -107,7 +107,4 @@ COPY . .
|
|||||||
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
HEALTHCHECK --interval=1m --retries=250 --start-period=2m \
|
|
||||||
CMD curl --fail http://$SERVER_URL/ || exit 1
|
|
||||||
|
|
||||||
CMD [ "node", "./dist/src/main.js" ]
|
CMD [ "node", "./dist/src/main.js" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user