2017-11-20 17:00:54 +00:00

4 lines
87 B
Docker

FROM nginx:1.13.6
RUN mkdir -p /data/nginx/cache
COPY nginx.conf /etc/nginx/nginx.conf