Change CMD to ENTRYPOINT
Build and Publish / Build and Test (push) Successful in 6m3s

This commit is contained in:
2024-09-18 07:50:55 +01:00
parent ad91412661
commit 8e8fc6a64f
+1 -1
View File
@@ -11,4 +11,4 @@ RUN case "$TARGETPLATFORM" in \
FROM --platform=$TARGETPLATFORM alpine FROM --platform=$TARGETPLATFORM alpine
COPY --from=builder /usr/local/bin/toggl-bridge /usr/local/bin/ COPY --from=builder /usr/local/bin/toggl-bridge /usr/local/bin/
CMD ["toggl-bridge"] ENTRYPOINT ["/usr/local/bin/toggl-bridge"]