Skip to content

Commit

Permalink
Update Dockerfile re position project folder
Browse files Browse the repository at this point in the history
  • Loading branch information
seunAdeks authored Oct 30, 2024
1 parent 9853197 commit d091b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ RUN conda install --quiet -y \
RUN conda update --all --quiet -y && \
conda clean --all -f -y

RUN mkdir -p /home/coder/project

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

Expand Down Expand Up @@ -85,8 +87,6 @@ RUN code-server --install-extension redhat.vscode-yaml \
# --install-extension ms-azuretools.vscode-docker \
--install-extension eamodio.gitlens

RUN mkdir -p /home/coder/project

ADD start.sh /opt/start.sh
COPY --chown=1000 settings.json /home/coder/.local/share/code-server/User/settings.json

Expand Down

0 comments on commit d091b81

Please sign in to comment.