We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b771605 commit a240b00Copy full SHA for a240b00
Dockerfile
@@ -16,7 +16,7 @@ COPY build_src ./build_src
16
COPY eslint.config.mjs ./eslint.config.mjs
17
COPY vitest.config.mjs ./vitest.config.mjs
18
COPY tests ./tests
19
-COPY scripts ./scripts
+COPY bin ./bin
20
21
RUN ./blazew build
22
@@ -28,7 +28,7 @@ COPY --from=0 /app/node_modules ./node_modules
28
COPY --from=0 /app/build ./build
29
COPY --from=0 /app/package.json ./package.json
30
COPY --from=0 /app/tsconfig.json ./tsconfig.json
31
-COPY --from=0 /app/scripts ./scripts
+COPY --from=0 /app/bin ./bin
32
COPY drizzle ./drizzle
33
COPY docker ./docker
34
COPY ecosystem.config.js ./ecosystem.config.js
0 commit comments