Skip to content

Commit

Permalink
chore: revert back yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Uladzimir Havenchyk committed May 1, 2020
1 parent 4564b6b commit 1f4263f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Expand Up @@ -44,11 +44,13 @@ WORKDIR /app
# Enables layer caching
COPY package.json yarn.lock ./

RUN yarn config set workspaces-experimental true
RUN yarn install --frozen-lockfile && yarn cache clean
RUN yarn install --frozen-lockfile

COPY . /app

RUN yarn config set workspaces-experimental true
RUN yarn install --frozen-lockfile && yarn cache clean

# needs to be +rw for rm and mkdir /build
RUN chmod a+rw /app && \
chmod a+rw /app/packages/picasso && \
Expand Down

0 comments on commit 1f4263f

Please sign in to comment.