mirror of
https://github.com/aykhans/dodo.git
synced 2025-07-02 00:16:20 +00:00
🐳 Remove default config file path from 'ENTRYPOINT'
This commit is contained in:
@ -16,4 +16,4 @@ WORKDIR /
|
||||
COPY --from=builder /src/dodo /dodo
|
||||
COPY --from=builder /src/config.json /config.json
|
||||
|
||||
ENTRYPOINT ["./dodo", "-f", "/config.json"]
|
||||
ENTRYPOINT ["./dodo"]
|
Reference in New Issue
Block a user