This commit is contained in:
Your Name
2025-04-30 22:50:41 +12:00
parent 4be22e1f48
commit ceb31057a9

View File

@@ -34,4 +34,4 @@ COPY --from=builder /src/build/dropshell_template_registry /dropshell_template_r
EXPOSE 80
# Run server (assuming config is mounted at /data/config.json)
ENTRYPOINT ["/dropshell_template_registry", "/data/config.json"]
ENTRYPOINT ["/dropshell_template_registry"]