This commit is contained in:
parent
87fcb213dc
commit
be6bf4672b
@ -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必须
|
||||
|
Loading…
Reference in New Issue
Block a user