woodburn/Dockerfile

4 lines
147 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
2023-09-30 12:36:11 +10:00
COPY ./assets/img/favicon.png /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/conf.d/default.conf