p5.js-web-editor/nginx/Dockerfile

5 lines
149 B
Docker
Raw Normal View History

2018-05-18 01:43:06 +00:00
FROM nginx:1.13.12
COPY nginx.conf /etc/nginx/nginx.conf
RUN mkdir /etc/nginx/sites-enabled
COPY alpha.editor.p5js.org.conf /etc/nginx/sites-enabled