You've already forked ddns-updater
fix: Removed CMD from dockerfile as not needed
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user