p5.js-web-editor/nginx/Dockerfile

5 lines
152 B
Docker
Raw Normal View History

2018-05-18 03:43:06 +02:00
FROM nginx:1.13.12
2018-06-07 23:49:17 +02:00
RUN mkdir -p /etc/nginx/sites-enabled
COPY nginx.conf /etc/nginx/nginx.conf
COPY alpha.editor.p5js.org.conf /etc/nginx/sites-enabled