mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-30 00:51:30 +08:00
chore(ci/docker): fix entrypoint
This commit is contained in:
parent
419eb0bf9b
commit
466e7e2fb9
@ -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
|
Loading…
x
Reference in New Issue
Block a user