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