mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2025-12-31 16:17:32 -06:00
Fixed build
This commit is contained in:
@@ -9,8 +9,8 @@ FROM node:alpine AS frontend-build
|
||||
WORKDIR /app
|
||||
COPY frontend .
|
||||
RUN rm -rf package-lock.json
|
||||
RUN npm cache clean --force
|
||||
RUN npm install --verbose
|
||||
RUN npm cache clean
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
# Use OpenJDK image to run the application
|
||||
|
||||
15413
frontend/package-lock.json
generated
15413
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user