Skip to content

Commit a240b00

Browse files
fix: dockerfile
Signed-off-by: Ar Rakin <[email protected]>
1 parent b771605 commit a240b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY build_src ./build_src
1616
COPY eslint.config.mjs ./eslint.config.mjs
1717
COPY vitest.config.mjs ./vitest.config.mjs
1818
COPY tests ./tests
19-
COPY scripts ./scripts
19+
COPY bin ./bin
2020

2121
RUN ./blazew build
2222

@@ -28,7 +28,7 @@ COPY --from=0 /app/node_modules ./node_modules
2828
COPY --from=0 /app/build ./build
2929
COPY --from=0 /app/package.json ./package.json
3030
COPY --from=0 /app/tsconfig.json ./tsconfig.json
31-
COPY --from=0 /app/scripts ./scripts
31+
COPY --from=0 /app/bin ./bin
3232
COPY drizzle ./drizzle
3333
COPY docker ./docker
3434
COPY ecosystem.config.js ./ecosystem.config.js

0 commit comments

Comments
 (0)