fix: Update Dockerfile

This commit is contained in:
Davidson Gomes 2023-07-31 16:02:40 -03:00
parent b88656829e
commit 074a861fb4

View File

@ -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" ]