Skip to content

Commit

Permalink
📦 build: Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Aug 18, 2024
1 parent 63d3eb1 commit 850074d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ WORKDIR /home/node/app/NekoMelody
RUN pnpm install

RUN useradd -m node
USER node
RUN chown -R node:node /home/node
USER node


WORKDIR /home/node/app
Expand Down

0 comments on commit 850074d

Please sign in to comment.