Skip to content

Commit 9a5f375

Browse files
committed
fix: include env helper in web image build
1 parent 8edec16 commit 9a5f375

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ENV APP_BUILD_TIME=$BUILD_TIME
2020
COPY apps/web apps/web
2121
COPY packages/db packages/db
2222
COPY packages/shared packages/shared
23+
COPY scripts scripts
2324
RUN pnpm --filter @cnode/web build
2425

2526
FROM base AS runtime

0 commit comments

Comments
 (0)