Jesse James Isler
a78de2fbd5
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
7 lines
101 B
Docker
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
|