mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-01-08 08:49:47 -06:00
temporary try fix
This commit is contained in:
@@ -8,7 +8,7 @@ RUN mvn clean package -DskipTests
|
||||
FROM node:alpine AS frontend-build
|
||||
WORKDIR /app
|
||||
COPY frontend .
|
||||
RUN ls -la
|
||||
RUN npm cache clean --force
|
||||
RUN npm install --verbose
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user