source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/docker/stack/web2py-tornado-nginx/web2py-nginx

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 137 bytes
Line 
1FROM nginx:latest
2
3COPY ./w2p.conf /etc/nginx/conf.d/
4
5RUN apt update
6RUN apt-get install curl -y
7
8EXPOSE 80
9
10CMD nginx -g "daemon off;"
Note: See TracBrowser for help on using the repository browser.