X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2FDockerfile;h=05a75fd1e3dfbcd95258f5f4b24dd11be62071de;hb=9ab67f5d44b9e5bfcafddd6ea5e0ae10f68ca110;hp=4eaf9ed161ca179253b14338de69b412336f98ea;hpb=8302f193ed4669cccd75b15512b76b1760fc57db;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/Dockerfile b/near-rt-ric-simulator/Dockerfile index 4eaf9ed..05a75fd 100644 --- a/near-rt-ric-simulator/Dockerfile +++ b/near-rt-ric-simulator/Dockerfile @@ -21,8 +21,16 @@ WORKDIR /usr/src/app RUN pip install connexion[swagger-ui] -COPY src src +#install nginx +RUN apt-get update +RUN apt-get install -y nginx=1.14.* + +#install curl +RUN apt-get install -y curl +COPY src src COPY api api +COPY nginx.conf nginx.conf +RUN chmod +x src/start.sh CMD src/start.sh ${A1_VERSION}