Skip to content

Commit

Permalink
fix: add AWS cli
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jul 2, 2024
1 parent 988e5d8 commit 44d8523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ ARG NODE_IMAGE=node:18-alpine
FROM ${NODE_IMAGE}
ENV NODE_ENV=production
EXPOSE 8000
RUN apk add curl
RUN apk --no-cache add curl
RUN apk --no-cache add aws-cli
RUN mkdir /app
RUN chown node:node /app
USER node
Expand Down

0 comments on commit 44d8523

Please sign in to comment.