registration and login

This commit is contained in:
Elijah Lucian
2021-04-11 17:43:26 -07:00
parent 46e58722d6
commit b12692dc5f
11 changed files with 108 additions and 31 deletions

3
devops/nginx/Dockerfile Normal file
View File

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