fix Dockerfile.tc

This commit is contained in:
Pavel Zilke 2025-10-21 11:26:15 +03:00
parent 903a220f58
commit 4bcea4ba9e

View file

@ -3,7 +3,7 @@ ARG RUNTIME_IMAGE=reg.gitlab.micord.ru/common/base/alt/alt-p11-jre17:latest
FROM $RUNTIME_IMAGE FROM $RUNTIME_IMAGE
RUN apt-get update \ RUN apt-get update \
&& apt-get install nginx && apt-get -y install nginx
ENV BACKEND_URL=http://localhost:8080 ENV BACKEND_URL=http://localhost:8080
ENV CONFIG_DATA_EXECUTOR_URL=http://localhost:8080/api ENV CONFIG_DATA_EXECUTOR_URL=http://localhost:8080/api