# Version 1.0.0 FROM nginx:1.20.0 MAINTAINER iamsee "root@iamsee.com" # The environment variable ENV APP_NAME="web_frontend" COPY nginx-conf /etc/nginx/ EXPOSE 80 COPY dist /usr/share/nginx/html/gis