From 695c50651f6f326d9fe5b73037c55cac82eb8cfa Mon Sep 17 00:00:00 2001 From: Edmund Wagner Date: Wed, 2 May 2018 11:21:44 +0200 Subject: [PATCH] fixed build - yarn is included now --- Dockerfile | 1 - Dockerfile-Transcoder | 1 - 2 files changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aae9a0b..f9035e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ FROM base AS dependencies COPY package*.json ./ COPY yarn.lock ./ COPY preact.config.js ./ -RUN npm install -g yarn RUN yarn install # ---- Copy Files/Build ---- diff --git a/Dockerfile-Transcoder b/Dockerfile-Transcoder index 6e029a7..14e3e0d 100644 --- a/Dockerfile-Transcoder +++ b/Dockerfile-Transcoder @@ -8,7 +8,6 @@ FROM base AS dependencies COPY package*.json ./ COPY yarn.lock ./ COPY preact.config.js ./ -RUN npm install -g yarn RUN yarn install # ---- Copy Files/Build ----