Skip to content

Commit

Permalink
chore(Dockerfile): Remove redundant chown command
Browse files Browse the repository at this point in the history
  • Loading branch information
janyksteenbeek committed Dec 10, 2023
1 parent 4a9fdb8 commit fa63f1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN apt-get update && apt-get install gnupg wget -y && \
RUN groupadd -r pptruser && useradd -r -g pptruser -G audio,video pptruser \
&& mkdir -p /home/pptruser/Downloads \
&& chown -R pptruser:pptruser /home/pptruser \
&& chown -R pptruser:pptruser /screenshots \
&& chown -R pptruser:pptruser /usr/local/share/.config/yarn/global/node_modules

USER pptruser
Expand Down

0 comments on commit fa63f1c

Please sign in to comment.