4 lines
116 B
Docker
4 lines
116 B
Docker
FROM nginx:1.24-bullseye
|
|
|
|
COPY ./site-html /var/www/blog
|
|
COPY ./site-repo/nginx.conf /etc/nginx/conf.d/default.conf
|