From a410c88d7d5f42382dd21067183bd56f496653a2 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 27 Jul 2019 20:10:05 +0200 Subject: [PATCH] Use yarn --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 56b0f9c..c871092 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,6 +1,6 @@ FROM node:alpine -RUN npm install -g elm elm-test +RUN yarn global add elm elm-test COPY ./elm.json ./elm.json COPY ./src ./src