Initial commit
This commit is contained in:
commit
fa30c04815
117 changed files with 33513 additions and 0 deletions
3
deployment/Dockerfile
Normal file
3
deployment/Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM nginx:latest
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
COPY . /usr/share/nginx/html
|
||||
Reference in a new issue