Skip to content
Snippets Groups Projects
Commit 04b87c4b authored by lcappelli's avatar lcappelli
Browse files

Start nginx service and open tiny

parent a8e52893
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,10 @@ RUN sh /tmp/library-scripts/provide-nginx-with-httpg.sh
COPY ngx-http-voms-module /ngx-http-voms-module
COPY t /home/nginx/t
RUN sh /tmp/library-scripts/provide-ngx-http-voms-module.sh
CMD ["nginx"]
ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment