fix: fix Dockerfile

This commit is contained in:
JustSong 2022-12-21 22:30:38 +08:00
parent 17ff9649ac
commit c1312e456f

View File

@ -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