Skip to content

Commit

Permalink
fix(Dockerfile): include LEGAL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jan 16, 2024
1 parent d627e29 commit 33b3917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EXPOSE 3000
# Note: using npm start here will cause error when exiting the container
CMD ["node_modules/.bin/pm2-runtime", "ecosystem.config.js"]

COPY package.json package-lock.json next.config.js ecosystem.config.js server.js ./
COPY package.json package-lock.json next.config.js ecosystem.config.js server.js LEGAL.md ./
COPY --from=builder /srv/www/.next ./.next
COPY --from=builder /srv/www/public ./public
COPY --from=builder /srv/www/node_modules ./node_modules

0 comments on commit 33b3917

Please sign in to comment.