1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 23:45:31 +02:00
This commit is contained in:
NavyStack 2023-12-18 13:37:56 +09:00 committed by GitHub
parent 30341f0494
commit 92366fd469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ VOLUME /app/private/attachments
EXPOSE 1337
# Use Tini to start Planka and Shutdown gracefully:
# Use Tini to start Planka and shutdown gracefully:
# https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md#handling-kernel-signals
ENTRYPOINT ["/sbin/tini", "--"]