From ceb31057a9c722c7c1b9f64e212490d93837137c Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 30 Apr 2025 22:50:41 +1200 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2d520b..34f5622 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["/dropshell_template_registry"] \ No newline at end of file