CI/CD fix
Some checks failed
Hedgehog_server_CI/ServerMonitorBot/pipeline/head There was a failure building this commit
Hedgehog_server_CD/ServerMonitorBot/pipeline/head There was a failure building this commit

This commit is contained in:
2023-11-20 21:22:50 +03:00
parent 94285d88b7
commit 74078b120c
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ FROM openjdk:17
WORKDIR /app
# Копируем JAR-файл приложения из локальной директории внутрь контейнера
COPY target/ServerMonitorBot-0.0.1-SNAPSHOT.jar app.jar
COPY ServerMonitorBot-0.0.1-SNAPSHOT.jar app.jar
# Команда для запуска Spring Boot приложения при старте контейнера
CMD ["java", "-jar", "app.jar"]