Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Dockerfile: don't upgrade yarn
Browse files Browse the repository at this point in the history
* The docker container `node:8` comes with `yarn v1.6`.
  • Loading branch information
n-riesco committed May 28, 2018
1 parent dd73d88 commit cbc3e03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ FROM node:8
# The App saves folders to the `os.homedir()` directory.
ENV HOME=/home/

# Upgrade yarn to v1
RUN npm install -g yarn@1

# Create app directory
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down

0 comments on commit cbc3e03

Please # to comment.