Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfilyanin authored Jul 30, 2024
1 parent fdd0a87 commit aa902ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions idea/meta-storage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ COPY .yarn .yarn
COPY .yarnrc.yml .
COPY ./idea/common idea/common
COPY ./idea/meta-storage idea/meta-storage
RUN npm cache clean --force
RUN yarn cache clean
RUN yarn install
RUN yarn build:common
RUN yarn build:meta-storage
Expand Down

0 comments on commit aa902ba

Please sign in to comment.