diff --git a/Dockerfile b/Dockerfile index ac9646e..8785d86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ COPY . . COPY --from=frontend ["/static/build", "ui/build"] # Set necessary environmet variables needed for the image and build the server. -ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64 +ENV CGO_ENABLED=0 # Run go build (with ldflags to reduce binary size). RUN go build -ldflags="-s -w" -o asynqmon ./cmd/asynqmon