Skip to content

Commit

Permalink
use cp
Browse files Browse the repository at this point in the history
  • Loading branch information
tihuan committed May 10, 2024
1 parent 99ed975 commit b5f5525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV PATH /opt/node_app/node_modules/.bin:$PATH
ADD . /corpora-frontend

# Explicitly copy the JSON files from the earlier steps
COPY /opt/node_app/src/components/common/Filter/descendant_mappings /corpora-frontend/src/components/common/Filter/descendant_mappings
RUN cp -r /opt/node_app/src/components/common/Filter/descendant_mappings/* /corpora-frontend/src/components/common/Filter/descendant_mappings/

WORKDIR /corpora-frontend

Expand Down

0 comments on commit b5f5525

Please sign in to comment.