schedulord-frontend/Dockerfile

7 lines
103 B
Docker
Raw Permalink Normal View History

FROM nginx:1.13.1-alpine
2022-06-08 17:35:09 +00:00
EXPOSE 80
2022-06-08 21:24:38 +00:00
COPY dist /var/www
2022-06-09 11:48:39 +00:00
# COPY config/nginx.conf /etc/nginx/nginx.conf