Skip to content

Commit

Permalink
fix: minify-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
fengkx committed Oct 6, 2021
1 parent 394eeb7 commit fecc110
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 4,204 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ COPY data /app/data
COPY logs /app/logs
COPY package.json /app/package.json
COPY --from=ts-builder /app/dist /app/dist
COPY --from=dep-builder /app/node_modules /app/node_modules
COPY --from=dep-builder /app/node_modules-minimal/node_modules /app/node_modules
CMD npm run start-withsnapshot
Loading

0 comments on commit fecc110

Please sign in to comment.