fix: angular npm install
This commit is contained in:
+3
-1
@@ -19,7 +19,9 @@ RUN chmod +x gradlew
|
||||
RUN cd jambotron-ui && npm install --legacy-peer-deps
|
||||
|
||||
# Запускаем финальную сборку монолита
|
||||
RUN ./gradlew copyAngularBuild_prod bootJar -x test --no-daemon
|
||||
# Заменяем одну общую команду на две последовательные
|
||||
RUN ./gradlew copyAngularBuild_prod --no-daemon
|
||||
RUN ./gradlew bootJar -x test --no-daemon
|
||||
|
||||
# 2. Финальный образ (Runtime stage)
|
||||
FROM eclipse-temurin:17-jre-jammy
|
||||
|
||||
Reference in New Issue
Block a user