Skip to content
Snippets Groups Projects
Commit a90c442e authored by Griefed's avatar Griefed :joystick:
Browse files

add --no-optional in the hopes of fixing things

parent 19dc6ac2
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ RUN \
/app/d-zone && \
echo "**** run npm install and build D-Zone ****" && \
cd /app/d-zone && \
npm install && \
npm install --no-optional && \
npm run-script build && \
echo "**** delete git as we no longer need it ****" && \
apk del --purge \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment