add dockerfile and nginx config
This commit is contained in:
parent
fd2f40493f
commit
c915c734fc
2 changed files with 22 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue