add counter site

This commit is contained in:
Pim Kunis 2023-07-15 17:00:13 +02:00
parent 3338a037be
commit 91daf51471
5 changed files with 519 additions and 1 deletions

View file

@ -2,3 +2,4 @@ FROM nginx:1.24-bullseye
COPY ./site-html /var/www/blog
COPY ./site-repo/nginx.conf /etc/nginx/conf.d/default.conf
COPY ./site-repo/counter /var/www/counter