🐳更改了
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
coward 2024-06-04 12:01:00 +08:00
parent 87fcb213dc
commit be6bf4672b

View File

@ -20,7 +20,7 @@ RUN apk add upx
WORKDIR /build WORKDIR /build
COPY . . COPY . .
COPY --from=build-stage /front/web/ /web COPY --from=build-stage /front/web/ /build/web
RUN cd ./web && ls -lh RUN cd ./web && ls -lh
RUN cd .. RUN cd ..
# sqlite必须 # sqlite必须