Skip to content

Commit

Permalink
npm cache clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Centurix committed Jan 23, 2025
1 parent 9d6c04f commit ac9c713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN curl -sSL https://pdm.fming.dev/install-pdm.py | python3 - && \
RUN cd src/traffcap/spa && \
npm install && \
npm run build && \
rm -rf node_modules
rm -rf node_modules && \
npm cache clean --force

WORKDIR /traffcap/src

Expand Down

0 comments on commit ac9c713

Please sign in to comment.