This commit is contained in:
parent
a60d0effff
commit
b65fad16e4
@ -13,4 +13,4 @@ RUN case "$TARGETPLATFORM" in \
|
|||||||
FROM --platform=$TARGETPLATFORM debian:bullseye-slim
|
FROM --platform=$TARGETPLATFORM debian:bullseye-slim
|
||||||
ARG BINARY_NAME
|
ARG BINARY_NAME
|
||||||
COPY --from=builder /usr/local/bin/${BINARY_NAME} /usr/local/bin/
|
COPY --from=builder /usr/local/bin/${BINARY_NAME} /usr/local/bin/
|
||||||
CMD [${BINARY_NAME}]
|
ENTRYPOINT ["/usr/local/bin/${BINARY_NAME}"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user