Browse Source

use ENTRYPOINT instead of CMD

pull/141/head
jxlwqq 4 years ago
committed by GitHub
parent
commit
af56f3db1e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      helper/Dockerfile-release

2
helper/Dockerfile-release

@ -12,4 +12,4 @@ FROM --platform=$TARGETPLATFORM alpine:3.14
COPY --from=builder /app/dtm/dtm /app/dtm/
ENV IS_DOCKER=1
WORKDIR /app/dtm
CMD ["/app/dtm/dtm"]
ENTRYPOINT ["/app/dtm/dtm"]

Loading…
Cancel
Save