Jesse James Isler
3f85d8a1bd
All checks were successful
gitea_dndsources/schedulord-frontend/pipeline/head This commit looks good
7 lines
103 B
Docker
7 lines
103 B
Docker
FROM nginx:1.13.1-alpine
|
|
|
|
EXPOSE 80
|
|
|
|
COPY dist /var/www
|
|
# COPY config/nginx.conf /etc/nginx/nginx.conf
|