Skip to content

Commit

Permalink
chore: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Oct 18, 2024
1 parent f55585f commit 0e66dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN mkdir -p $YARN_CACHE_FOLDER

COPY . /app

RUN --mount=type=cache,mode=0777,target=/root/.yarn yarn install
RUN --mount=type=cache,mode=0777,target=/root/.yarn yarn build
RUN yarn install
RUN yarn build

## Final image
FROM node:23-alpine
Expand Down

0 comments on commit 0e66dca

Please sign in to comment.