Skip to content

Commit

Permalink
Update Dockerfile fix permission issues
Browse files Browse the repository at this point in the history
  • Loading branch information
seunAdeks authored Nov 6, 2024
1 parent 0bfe55d commit 8563d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN conda update --all --quiet -y && \
conda clean --all -f -y

RUN mkdir -p /home/coder/project
RUN chown -R /home/coder/project

ENV PATH="$PATH:/home/.yarn/bin"
#RUN yarn add @rmlio/yarrrml-parser
Expand Down

0 comments on commit 8563d54

Please sign in to comment.