Skip to content

Commit

Permalink
remove args
Browse files Browse the repository at this point in the history
  • Loading branch information
yedf2 committed Dec 29, 2021
1 parent 6374298 commit 3005be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/Dockerfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -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", "dtmsvr"]
CMD ["/app/dtm/dtm"]

0 comments on commit 3005be7

Please sign in to comment.