This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
static/Dockerfile

7 lines
206 B
Docker
Raw Normal View History

2023-05-19 22:19:33 +00:00
FROM nginx:1.24-bullseye
COPY ./site-html /var/www/blog
2023-05-19 22:22:01 +00:00
COPY ./site-repo/nginx.conf /etc/nginx/conf.d/default.conf
2023-07-15 15:00:13 +00:00
COPY ./site-repo/counter /var/www/counter
2023-08-23 17:03:22 +00:00
COPY ./site-repo/robots.txt /var/www/robots.txt