schedulord-frontend/Dockerfile
Jesse James Isler 3f85d8a1bd
All checks were successful
gitea_dndsources/schedulord-frontend/pipeline/head This commit looks good
we don't need to add the config yet
2022-06-09 13:48:39 +02:00

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