mirror of
https://github.com/aykhans/dodo.git
synced 2025-09-03 18:03:34 +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/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"]
|
Reference in New Issue
Block a user