1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Install Yarn properly

This commit is contained in:
Daniel Barber 2023-02-05 12:18:20 -06:00
parent 6f7b087b82
commit 662efda6b1

View File

@ -25,7 +25,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \
apt-get install nodejs
# Install Yarn
RUN npm install yarn
RUN npm install --global yarn
# Install Rebar and Hex
RUN mix local.rebar --force && mix local.hex --force