Skip to content

Commit

Permalink
❎ Add yarn cache clean, to remove un-needed cached files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Mar 3, 2024
1 parent d25a80d commit 4fdfb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR /app

# Install app dependencies
COPY package.json yarn.lock ./
RUN yarn install --ignore-engines --frozen-lockfile --no-cache --network-timeout 600000
RUN yarn install --ignore-engines --frozen-lockfile --no-cache --network-timeout 600000 && yarn cache clean

# Copy over all project files and folders to the working directory
COPY . ./
Expand Down

0 comments on commit 4fdfb6e

Please sign in to comment.