mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-06-28 16:19:43 -04:00
feat(compose): contenerize frontend
This commit is contained in:
@ -14,3 +14,9 @@ services:
|
||||
ports:
|
||||
- 80:80
|
||||
network_mode: host
|
||||
frontend:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- 5173:80
|
||||
volumes:
|
||||
- ../frontend/dist:/usr/share/nginx/html
|
||||
|
Reference in New Issue
Block a user