FROM nginx:alpine ENV LISTEN_PORT="80" ENV CONTAINER_PREFIX="vscode" ENV CONTAINER_PORT="80" ENV SPAWNER_URL="http://container-spawner" RUN rm -rf /etc/nginx/conf.d/default.conf COPY director.conf /etc/nginx/templates/director.conf.template