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
2023-07-15 17:00:13 +02:00

5 lines
158 B
Docker

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