There was an error while loading. Please reload this page.
1 parent 8edec16 commit 9a5f375Copy full SHA for 9a5f375
1 file changed
apps/web/Dockerfile
@@ -20,6 +20,7 @@ ENV APP_BUILD_TIME=$BUILD_TIME
20
COPY apps/web apps/web
21
COPY packages/db packages/db
22
COPY packages/shared packages/shared
23
+COPY scripts scripts
24
RUN pnpm --filter @cnode/web build
25
26
FROM base AS runtime
0 commit comments