diff --git a/Dockerfile b/Dockerfile index 99a1188..d48051e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ FROM golang AS builder2 ENV GO111MODULE=on \ CGO_ENABLED=1 \ - GOOS=linux \ - GOARCH=amd64 + GOOS=linux + WORKDIR /build COPY . . COPY --from=builder /build/build ./web/build