Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3m3r5 committed Nov 23, 2024
1 parent cab1b53 commit 8aeb766
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 @@ -7,7 +7,9 @@ ENV \
APP_DIR=/app

RUN apk update \
&& apk upgrade --no-cache
&& apk upgrade --no-cache \
mkdir $APP_DIR/data \
chown node:node $APP_DIR/data

USER node
WORKDIR $APP_DIR
Expand Down

0 comments on commit 8aeb766

Please sign in to comment.