woodburn/Dockerfile
Nathan Woodburn f368bf2de5
All checks were successful
Build Docker / CheckFiles (push) Successful in 5s
Build Docker / Build Docker (push) Successful in 27s
nginx: Disable .git dir
2023-09-30 12:36:11 +10:00

4 lines
147 B
Docker

FROM nginx:alpine
COPY . /usr/share/nginx/html
COPY ./assets/img/favicon.png /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/conf.d/default.conf