mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-01-21 17:09:19 -05:00
feat(compose): contenerize frontend
This commit is contained in:
parent
1988ba2775
commit
5c803c53e4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user