Initial commit

This commit is contained in:
otthorn 2020-09-02 16:18:48 +02:00
parent 569b3d09cf
commit eea2881cdb
6 changed files with 287 additions and 0 deletions

3
web/Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf