Initial import
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2021-12-17 00:28:06 +02:00
commit 70782e4098
4 changed files with 70 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM nginx:1.21.4
# TODO: use renovate-bot to send pull requests on upstream image updates
COPY nginx.conf /etc/nginx/conf.d/default.conf