🐳 Remove default config file path from 'ENTRYPOINT'

This commit is contained in:
Aykhan Shahsuvarov 2025-03-20 15:59:09 +04:00
parent 459f7ee0dc
commit ec80569d5d

View File

@ -16,4 +16,4 @@ WORKDIR /
COPY --from=builder /src/dodo /dodo COPY --from=builder /src/dodo /dodo
COPY --from=builder /src/config.json /config.json COPY --from=builder /src/config.json /config.json
ENTRYPOINT ["./dodo", "-f", "/config.json"] ENTRYPOINT ["./dodo"]