Skip to content

Commit

Permalink
Update Dockerfile permission more bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seunAdeks authored Nov 6, 2024
1 parent 6b1c0a7 commit 7a747c8
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 @@ -56,7 +56,7 @@ RUN conda update --all --quiet -y && \
RUN mkdir -p /home/coder/project

USER root
RUN chown -R 1000:1000 /home/coder/project
RUN chown -R 1000:1000 /home/coder/project/
USER 1000

ENV PATH="$PATH:/home/.yarn/bin"
Expand Down

0 comments on commit 7a747c8

Please sign in to comment.