diff --git a/Dockerfile b/Dockerfile index 29ea12c..ccd4ed5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ WORKDIR / COPY --from=builder /src/dodo /dodo COPY --from=builder /src/config.json /config.json -ENTRYPOINT ["./dodo", "-f", "/config.json"] \ No newline at end of file +ENTRYPOINT ["./dodo"] \ No newline at end of file