Skip to content

Commit adac06a

Browse files
author
liq
committed
fix: 镜像无法构建的问题
1 parent a1fb301 commit adac06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM base AS builder
1313
RUN rm -rf /app/web
1414
WORKDIR /app/web
1515
COPY --from=base /app/web/ .
16-
COPY .. .
16+
COPY ../. .
1717

1818
RUN yarn build
1919

0 commit comments

Comments
 (0)