add dockerfile and nginx config

This commit is contained in:
Pim Kunis 2023-05-19 21:12:57 +02:00
parent fd2f40493f
commit c915c734fc
2 changed files with 22 additions and 0 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM nginx:1.24-bullseye
COPY ./site-html /var/www/blog
COPY ./nginx.conf /etc/nginx/conf.d/default.conf