osm-proxy/Dockerfile
2018-05-11 14:18:51 +02:00

6 lines
75 B
Docker

FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf
VOLUME ["/data"]