🐳更改了
Some checks reported errors
continuous-integration/drone/tag Build was killed

This commit is contained in:
coward 2024-06-04 11:58:38 +08:00
parent 77089856ef
commit 87fcb213dc

View File

@ -11,7 +11,7 @@ RUN npm config set registry https://registry.npmmirror.com
RUN pnpm install
RUN pnpm build
RUN cd ../web && ls -lh
RUN cd ../web && ls -lh && pwd
FROM golang:alpine as build
@ -21,7 +21,7 @@ WORKDIR /build
COPY . .
COPY --from=build-stage /front/web/ /web
RUN cd ./web && ls -al
RUN cd ./web && ls -lh
RUN cd ..
# sqlite必须
ENV GO111MODULE=on