There was an error while loading. Please reload this page.
1 parent eba08e7 commit c561ca2Copy full SHA for c561ca2
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ FROM base AS prod
8
9
WORKDIR /app
10
COPY pnpm-lock.yaml ./
11
-RUN pnpm fetch --prod
+RUN pnpm fetch
12
13
COPY . /app
14
RUN pnpm run build
0 commit comments