This repository has been archived on 2024-04-26. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
static/Dockerfile
2023-05-20 00:22:01 +02:00

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