it's working!

This commit is contained in:
2018-11-01 21:45:40 +01:00
commit 1b7efa8c25
15 changed files with 1668 additions and 0 deletions

3
Docker/nginx/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:latest
COPY ./default.conf /etc/nginx/conf.d/default.conf