We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fb301 commit adac06aCopy full SHA for adac06a
web/docker/Dockerfile
@@ -13,7 +13,7 @@ FROM base AS builder
13
RUN rm -rf /app/web
14
WORKDIR /app/web
15
COPY --from=base /app/web/ .
16
-COPY .. .
+COPY ../. .
17
18
RUN yarn build
19
0 commit comments