first draft booting with strapi, mongo, nginx

This commit is contained in:
2018-12-05 22:20:07 +01:00
commit b60a7508c7
11 changed files with 857 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:latest
COPY ./default.conf /etc/nginx/conf.d/default.conf