woodburn/Dockerfile

3 lines
89 B
Docker
Raw Normal View History

2023-07-27 21:49:26 +10:00
FROM nginx:alpine
2023-09-25 21:29:28 +10:00
COPY . /usr/share/nginx/html
COPY img/favicon.png /usr/share/nginx/html