Skip to content

Commit

Permalink
fixed build - yarn is included now
Browse files Browse the repository at this point in the history
  • Loading branch information
edmund-wagner committed May 2, 2018
1 parent 2f3a68c commit 695c506
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----
Expand Down
1 change: 0 additions & 1 deletion Dockerfile-Transcoder
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----
Expand Down

0 comments on commit 695c506

Please sign in to comment.