Skip to content
Snippets Groups Projects
Commit 1ef8dc51 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Install npm global so not replaced with volume mount.

parent d739441c
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,10 @@ COPY package.json package-lock.json /usr/local/hypha/ ...@@ -15,9 +15,10 @@ COPY package.json package-lock.json /usr/local/hypha/
# Set owner on /usr/local. # Set owner on /usr/local.
RUN sudo chown -R circleci:circleci /usr/local RUN sudo chown -R circleci:circleci /usr/local
USER circleci
# Install node dependencies. # Install node dependencies.
RUN npm install --quiet RUN npm install --global --quiet
# Install python dependencies. # Install python dependencies.
COPY requirements.txt requirements-dev.txt /usr/local/hypha/ COPY requirements.txt requirements-dev.txt /usr/local/hypha/
......
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