Skip to content

Commit fecc110

Browse files
committed
fix: minify-docker
1 parent 394eeb7 commit fecc110

File tree

4 files changed

+550
-4204
lines changed

4 files changed

+550
-4204
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ COPY data /app/data
1818
COPY logs /app/logs
1919
COPY package.json /app/package.json
2020
COPY --from=ts-builder /app/dist /app/dist
21-
COPY --from=dep-builder /app/node_modules /app/node_modules
21+
COPY --from=dep-builder /app/node_modules-minimal/node_modules /app/node_modules
2222
CMD npm run start-withsnapshot

0 commit comments

Comments
 (0)