2019-04-06 21:08:10 +01:00

4 lines
95 B
Docker

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