schedulord-frontend/Dockerfile
Jesse James Isler a78de2fbd5
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
updated
2022-06-09 10:20:46 +02:00

7 lines
101 B
Docker

FROM nginx:1.13.1-alpine
EXPOSE 80
COPY dist /var/www
COPY config/nginx.conf /etc/nginx/nginx.conf