Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefjoosten committed Aug 16, 2023
1 parent 46ee559 commit 0311a9b
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 @@ -22,7 +22,7 @@ RUN unzip /tmp/prototype.zip 'prototype-documentation/docs/*' -d /tmp/prototype/
&& cp -R /tmp/prototype/prototype-documentation/docs/ /app/docs/prototype
RUN unzip /tmp/TheToolsWeUse.zip 'TheToolsWeUse-development/*' -d /tmp/the-tools-we-use/ \
&& cp -R /tmp/the-tools-we-use/TheToolsWeUse-development/ /app/docs/the-tools-we-use
RUN unzip /tmp/RAP.zip 'RAP/*' -d /tmp/rap/ \
RUN unzip /tmp/RAP.zip 'RAP-documentation/docs/*' -d /tmp/rap/ \
&& cp -R /tmp/rap/docs/ /app/docs/rap

# 2) Make sure you copy the entire docs directory of the specific repo to the /tmp folder here.
Expand Down

0 comments on commit 0311a9b

Please sign in to comment.