fix: Removed CMD from dockerfile as not needed

This commit is contained in:
2024-03-29 11:37:01 +13:00
parent f31f2d74b7
commit e4691d9be5
2 changed files with 2 additions and 4 deletions

View File

@@ -18,5 +18,4 @@ COPY --from=build /bin/false /bin/false
COPY --from=build /etc/passwd /etc/passwd
USER nobody
ENTRYPOINT ["/cloudflare-ddns-updater"]
CMD ["cloudflare-ddns-updater"]
ENTRYPOINT ["/cloudflare-ddns-updater"]