Skip to content

Commit

Permalink
instal webpack globally?
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 21, 2024
1 parent 19f1724 commit 6795a6c
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 @@ -29,7 +29,7 @@ RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.40.1/install.sh | b
&& nvm install $NODE_VERSION \
&& nvm alias default $NODE_VERSION \
&& nvm use default \
&& npm install -g yarn
&& npm install -g yarn webpack

WORKDIR /app

Expand Down

0 comments on commit 6795a6c

Please sign in to comment.