FROM nginx:latest
EXPOSE 8080
ENV DNSDOCK_ALIAS marathon.docker
COPY src /usr/share/nginx/html
COPY resources/marathon-ui.nginx.conf /etc/nginx/nginx.conf
