Browse Source

remove IS_DOCKER in docker build

pull/197/head
yedf2 4 years ago
parent
commit
1a142beff1
  1. 1
      helper/Dockerfile-release

1
helper/Dockerfile-release

@ -10,6 +10,5 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="-s -w"
FROM --platform=$TARGETPLATFORM alpine
COPY --from=builder /app/dtm/dtm /app/dtm/
ENV IS_DOCKER=1
WORKDIR /app/dtm
ENTRYPOINT ["/app/dtm/dtm"]

Loading…
Cancel
Save