Skip to content

Commit

Permalink
feat: improve deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
owalid committed Oct 26, 2023
1 parent d3db8b4 commit a03e786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:17.2-alpine

RUN apk update
RUN apk update && \
apk add g++ make py3-pip

ARG user=app_user
ARG home=/home/app_user
Expand Down

0 comments on commit a03e786

Please sign in to comment.