feat: add a dummy web UI served by nginx in a container
This commit is contained in:
parent
e605bf8603
commit
4bd3ab2d2d
5 changed files with 54 additions and 0 deletions
6
server/frontend/Dockerfile
Normal file
6
server/frontend/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY public/ /usr/share/nginx/html/
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue