FROM nginx:latest
EXPOSE 80
EXPOSE 443
ENV http_proxy http://proxy.uni-klu.ac.at:3128/ ENV https_proxy http://proxy.uni-klu.ac.at:3128/
COPY src/demo/dashboard/deployment/nginx.conf /etc/nginx/conf.d/default.conf COPY src/demo/dashboard/build/web/ /usr/share/nginx/html/