Skip to content

Commit

Permalink
Merge branch 'docker-alpine'
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen5209 committed Apr 10, 2024
2 parents 393a853 + 79e21d2 commit e4ccedb
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
@@ -1,4 +1,4 @@
FROM node:20
FROM node:20-alpine
ENV NODE_ENV=production
WORKDIR /app
COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "./"]
Expand Down

0 comments on commit e4ccedb

Please sign in to comment.