Skip to content

Commit

Permalink
Minor edit in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Mar 20, 2024
1 parent fc2dc52 commit 25d0136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN cd /home/app/magrit/ \
&& python3.11 setup.py build_ext --inplace

RUN cd /home/app/magrit/client \
&& npm install \
&& npm ci --no-audit --maxsockets 1 \
&& NODE_OPTIONS=--openssl-legacy-provider node node_modules/webpack/bin/webpack.js

RUN mv /home/mdbook /home/app/magrit/documentation/mdbook \
Expand Down

0 comments on commit 25d0136

Please sign in to comment.