#You may wonder why this needs to be in a seperate step. I don't know... It just works(tm)

This commit is contained in:
alexkar598
2021-12-07 23:42:42 -05:00
committed by GitHub
parent a1f92b8080
commit 3eea0b9e7b
+4 -1
View File
@@ -17,7 +17,10 @@ RUN . $NVM_DIR/nvm.sh \
&& apt-get install -y \
dos2unix \
&& rm -rf /var/lib/apt/lists/* \
&& npm install -g npm yarn
&& npm install -g npm
#You may wonder why this needs to be in a seperate step. I don't know... It just works(tm)
RUN npm install -g yarn
# Build web control panel
WORKDIR /repo/build