Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Oct 23, 2023
1 parent 4c6cc22 commit b3c7036
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FROM node:16-alpine
RUN chown -R 1000:1000 /home/node && \
chmod -R 755 /home/node && \
chown 1000:1000 /tmp && \
chmod 1777 /tmp
chmod 1777 /tmp && \
mkdir /app && \
chown 1000:1000 /app

WORKDIR /app
USER 1000
Expand Down

0 comments on commit b3c7036

Please sign in to comment.