chore: Add dockers
This commit is contained in:
parent
f9a729f22c
commit
15091444be
7 changed files with 992 additions and 763 deletions
7
frontend/Dockerfile
Normal file
7
frontend/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY . /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
Reference in a new issue