woodburn/Dockerfile
Nathan Woodburn 372479c36b
Some checks failed
Build Docker / CheckFiles (push) Successful in 5s
Build Docker / Build Docker (push) Failing after 20s
docker: Copy favicon to top directory
2023-09-25 21:29:28 +10:00

3 lines
89 B
Docker

FROM nginx:alpine
COPY . /usr/share/nginx/html
COPY img/favicon.png /usr/share/nginx/html