mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-05-06 11:19:17 -05:00
Fixed build
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user