schedulord-frontend/Dockerfile

7 lines
101 B
Docker
Raw Normal View History

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