source:
OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/docker/stack/web2py-tornado-nginx/web2py-nginx
Last change on this file was 42bd667, checked in by , 4 years ago | |
---|---|
|
|
File size: 137 bytes |
Line | |
---|---|
1 | FROM nginx:latest |
2 | |
3 | COPY ./w2p.conf /etc/nginx/conf.d/ |
4 | |
5 | RUN apt update |
6 | RUN apt-get install curl -y |
7 | |
8 | EXPOSE 80 |
9 | |
10 | CMD nginx -g "daemon off;" |
Note: See TracBrowser
for help on using the repository browser.