p5.js-web-editor/nginx/Dockerfile
2018-06-18 14:32:08 -07:00

5 lines
No EOL
152 B
Docker

FROM nginx:1.13.12
RUN mkdir -p /etc/nginx/sites-enabled
COPY nginx.conf /etc/nginx/nginx.conf
COPY alpha.editor.p5js.org.conf /etc/nginx/sites-enabled