修复backend dist文件路径
This commit is contained in:
@@ -18,7 +18,7 @@ ARG TARGETARCH
|
||||
RUN apk --no-cache add make upx
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
COPY --from=frontend /frontend-build/dist /build/cmd/openteam/dist
|
||||
COPY --from=frontend /frontend-build/dist /build/backend/cmd/openteam/dist
|
||||
ENV GO111MODULE=on \
|
||||
CGO_ENABLED=0 \
|
||||
GOOS=$TARGETOS \
|
||||
|
||||
Reference in New Issue
Block a user