mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 14:02:17 +00:00
Workaround
This commit is contained in:
@@ -26,7 +26,7 @@ VOLUME /app/data
|
||||
EXPOSE 5001
|
||||
HEALTHCHECK --interval=60s --timeout=30s --start-period=60s --retries=5 CMD extra/healthcheck
|
||||
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
||||
CMD ["tsx", "./backend/index.ts"]
|
||||
CMD ["bash", "-c", "node ./extra/clean-tsx-tmp.js && tsx ./backend/index.ts"]
|
||||
|
||||
############################################
|
||||
# Mark as Nightly
|
||||
|
||||
Reference in New Issue
Block a user