diff options
| author | soryu <soryu@soryu.co> | 2026-01-15 11:48:00 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-15 11:48:00 +0000 |
| commit | 63b2e347b2ecadc6a48062e10e0a7e19b6102631 (patch) | |
| tree | 9a480f4ba0e3c59e6880bee8a26171076d45a09e | |
| parent | 1f853a39334cc80bb7a27142076c64ad0214c037 (diff) | |
| download | soryu-63b2e347b2ecadc6a48062e10e0a7e19b6102631.tar.gz soryu-63b2e347b2ecadc6a48062e10e0a7e19b6102631.zip | |
Fixup: experiment with different entrypoint for container
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,4 +46,4 @@ EXPOSE 8080 HEALTHCHECK --interval=30s --timeout=10s --start-period=30s --retries=3 \ CMD curl -f http://localhost:${PORT}/api/v1/healthcheck || exit 1 -CMD ["/app/makima", "server"] +CMD ["/app/makima"] |
