Skip to content

Commit 98524e6

Browse files
committed
tmp fix yarn
1 parent 9ada5f0 commit 98524e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:9.8.0
22

3-
# Install Yarn
4-
RUN npm install -g yarn
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
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)