mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2025-12-31 08:59:33 -06:00
Add cache clean
This commit is contained in:
@@ -9,7 +9,7 @@ FROM node:alpine AS frontend-build
|
||||
WORKDIR /app
|
||||
COPY frontend .
|
||||
RUN rm -rf package-lock.json
|
||||
RUN npm cache clean
|
||||
RUN npm cache clean --force
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user