add services/web-ui/Dockerfile
This commit is contained in:
parent
5bc6cf7c17
commit
9c4764cf78
1 changed files with 4 additions and 0 deletions
4
services/web-ui/Dockerfile
Normal file
4
services/web-ui/Dockerfile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
FROM nginx:alpine
|
||||||
|
COPY public/ /usr/share/nginx/html/
|
||||||
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
EXPOSE 80
|
||||||
Loading…
Reference in a new issue