This commit is contained in:
Антон Скалкин 2024-04-25 23:46:03 +04:00
parent c8502a703d
commit 267c443aad

View File

@ -16,7 +16,7 @@ RUN apt-get install -y gradle
WORKDIR /opt/WebProject
# сборка проекта с помощью gradle
# RUN ./gradlew build
RUN ./gradlew build
# переменные окружения приложения
ENV DB_HOST=db