mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
Dockerfile: Use CMD instead of ENTRYPOINT to enable CLI overrides
This commit is contained in:
parent
f8612525c6
commit
212ede8bd1
1 changed files with 1 additions and 1 deletions
|
@ -52,5 +52,5 @@ COPY --from=birdwatcher /src/birdwatcher/etc/birdwatcher/birdwatcher.conf /etc/b
|
|||
EXPOSE 29184/tcp
|
||||
EXPOSE 29186/tcp
|
||||
|
||||
ENTRYPOINT ["/usr/bin/birdwatcher", "-config", "/etc/birdwatcher/birdwatcher.conf"]
|
||||
CMD ["/usr/bin/birdwatcher", "-config", "/etc/birdwatcher/birdwatcher.conf"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue