fix Dockerfile.tc
This commit is contained in:
parent
903a220f58
commit
4bcea4ba9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue