Skip to content

Commit

Permalink
update npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiaifrim committed Dec 23, 2022
1 parent baf6eac commit 637ba7d
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 @@ -10,7 +10,7 @@ RUN runDeps="openssl ca-certificates patch gosu git make tmux locales-all" \
&& apt-get install -y --no-install-recommends $runDeps \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& npm install -g mrs-developer \
&& npm install --location=global mrs-developer \
&& cp jsconfig.json.prod jsconfig.json \
&& mkdir -p /opt/frontend/src/addons \
&& rm -rf /opt/frontend/src/addons/* \
Expand Down

0 comments on commit 637ba7d

Please sign in to comment.