Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunarora-eGov committed Mar 15, 2024
1 parent e8cde53 commit 407e47d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions micro-ui/web/packages/workbench/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ WORKDIR /app
# Copy package.json and yarn.lock (if exists)
COPY package.json ./

RUN rm -rf node_modules/

RUN rm -rf yarn.lock

# clear cache
RUN yarn cache clean

Expand Down

0 comments on commit 407e47d

Please sign in to comment.