summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-01-15 11:48:00 +0000
committersoryu <soryu@soryu.co>2026-01-15 11:48:00 +0000
commit63b2e347b2ecadc6a48062e10e0a7e19b6102631 (patch)
tree9a480f4ba0e3c59e6880bee8a26171076d45a09e /Dockerfile
parent1f853a39334cc80bb7a27142076c64ad0214c037 (diff)
downloadsoryu-63b2e347b2ecadc6a48062e10e0a7e19b6102631.tar.gz
soryu-63b2e347b2ecadc6a48062e10e0a7e19b6102631.zip
Fixup: experiment with different entrypoint for container
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c6f6fa6..d1e7269 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"]