FROM nginx:1 MAINTAINER Freifunk Rhein-Sieg e.V. EXPOSE 80 WORKDIR /project COPY * /usr/share/nginx/html/* ENTRYPOINT nginx -g "daemon off;"