Skip to content

Commit

Permalink
Update Dockerfile remove coder dir
Browse files Browse the repository at this point in the history
  • Loading branch information
seunAdeks authored Oct 30, 2024
1 parent 2759c28 commit 9853197
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 @@ -53,7 +53,7 @@ RUN conda install --quiet -y \
RUN conda update --all --quiet -y && \
conda clean --all -f -y

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

# Download latest RML mapper in /opt/rmlmapper.jar
Expand Down

0 comments on commit 9853197

Please sign in to comment.