修复backend dist文件路径

This commit is contained in:
Sakurasan
2026-09-01 17:22:26 +08:00
parent 8d949eff18
commit d41bcdc371
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 \