We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342578d commit 3ded9cfCopy full SHA for 3ded9cf
Dockerfile
@@ -20,7 +20,7 @@ RUN mkdir -p $NVM_DIR
20
21
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
22
23
-RUN /bin/bash -c "source $NVM_DIR/nvm.sh && nvm install $NODE_VERSION && nvm use --delete-prefix $NODE_VERSION && npm run production"
+RUN /bin/bash -c "source $NVM_DIR/nvm.sh && nvm install $NODE_VERSION && nvm use --delete-prefix $NODE_VERSION && npm install && npm run production"
24
25
RUN rm -rf node_modules && \
26
apt-get -yq remove nodejs npm && \
0 commit comments