We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ada5f0 commit 98524e6Copy full SHA for 98524e6
Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:9.8.0
2
3
-# Install Yarn
4
-RUN npm install -g yarn
+# TMP - Yarn fix
+RUN mkdir -p /opt/yarn/bin && ln -s /opt/yarn/yarn-v1.5.1/bin/yarn /opt/yarn/bin/yarn
5
6
WORKDIR /app
7
0 commit comments