Skip to content

Commit

Permalink
chore: move yarn install above
Browse files Browse the repository at this point in the history
  • Loading branch information
Uladzimir Havenchyk committed May 1, 2020
1 parent d4da728 commit ac87094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -44,7 +44,8 @@ WORKDIR /app
# Enables layer caching
COPY package.json yarn.lock ./

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

COPY . /app

Expand Down

0 comments on commit ac87094

Please sign in to comment.