Fix #6 using nginx

This commit is contained in:
Marc Ducobu
2021-07-01 14:47:23 +02:00
parent 777464d788
commit 0ddfe09ab8
5 changed files with 51 additions and 579 deletions

2
nginx/Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM nginx
COPY ./default.conf /etc/nginx/conf.d/default.conf