fix Dockerfile
This commit is contained in:
parent
9234002493
commit
54b52b5aa3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:1.24-bullseye
|
||||
|
||||
COPY ./site-html /var/www/blog
|
||||
COPY ./this-repo/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY ./site-repo/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
|
Reference in a new issue