Skip to content

Commit

Permalink
fix: missing curl in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jul 2, 2024
1 parent a6c59c9 commit 988e5d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG NODE_IMAGE=node:18-alpine
FROM ${NODE_IMAGE}
ENV NODE_ENV=production
EXPOSE 8000
RUN apk add curl
RUN mkdir /app
RUN chown node:node /app
USER node
Expand Down

0 comments on commit 988e5d8

Please sign in to comment.