Take 2
Build and Publish / Build and Test (push) Successful in 2m38s

This commit is contained in:
2024-10-16 09:40:23 +01:00
parent a60d0effff
commit b65fad16e4
+1 -1
View File
@@ -13,4 +13,4 @@ RUN case "$TARGETPLATFORM" in \
FROM --platform=$TARGETPLATFORM debian:bullseye-slim
ARG BINARY_NAME
COPY --from=builder /usr/local/bin/${BINARY_NAME} /usr/local/bin/
CMD [${BINARY_NAME}]
ENTRYPOINT ["/usr/local/bin/${BINARY_NAME}"]