1
0
Fork 0
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:
Jonathan Lassoff 2024-02-12 20:17:57 -08:00
parent f8612525c6
commit 212ede8bd1

View file

@ -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"]