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