chore(ci/docker): fix entrypoint

This commit is contained in:
Elian Doran 2025-04-30 09:45:52 +03:00
parent 419eb0bf9b
commit 466e7e2fb9
No known key found for this signature in database

View File

@ -23,5 +23,5 @@ FROM node:22.14.0-bullseye-slim
# Configure container
EXPOSE 8080
CMD [ "./start-docker.sh" ]
CMD [ "sh", "./start-docker.sh" ]
HEALTHCHECK --start-period=10s CMD exec gosu node node docker_healthcheck.js