Skip to content

Commit cf13bdd

Browse files
authored
Merge pull request #28 from demokratie-live/sprint#6/babel-build
install yarn
2 parents 147dc62 + 98524e6 commit cf13bdd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM node:latest
1+
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
25

36
WORKDIR /app
47

0 commit comments

Comments
 (0)