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.
2 parents 147dc62 + 98524e6 commit cf13bddCopy full SHA for cf13bdd
Dockerfile
@@ -1,4 +1,7 @@
1
-FROM node:latest
+FROM node:9.8.0
2
+
3
+# TMP - Yarn fix
4
+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