Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
Run yarn install
  • Loading branch information
fumimowdan committed Oct 24, 2023
1 parent d7f45c5 commit 062de5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN apk add --update --no-cache --virtual build-dependances \
apk del build-dependances

COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile && \
yarn cache clean

COPY . .

Expand Down
14 changes: 0 additions & 14 deletions lib/tasks/assets_vendor.rake

This file was deleted.

0 comments on commit 062de5a

Please sign in to comment.