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 ----