diff --git a/Dockerfile b/Dockerfile index 4b1136f..56eb83f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apk add upx WORKDIR /build COPY . . -COPY --from=build-stage /front/web/ /web +COPY --from=build-stage /front/web/ /build/web RUN cd ./web && ls -lh RUN cd .. # sqlite必须