fix dockerfiles

This commit is contained in:
Булат Хайруллин 2024-11-11 15:06:58 +03:00
parent 82e325aa16
commit dfb9939419
4 changed files with 4 additions and 4 deletions

View file

@ -37,4 +37,4 @@ RUN cat /etc/tomcat/webbpm.properties >> /etc/tomcat/catalina.properties \
USER tomcat
COPY --from=builder /app/backend/target/dashboard*.war /var/lib/tomcat/webapps/dashboard.war
COPY --from=builder /app/backend/target/business-metrics*.war /var/lib/tomcat/webapps/business-metrics.war