feat(compose): contenerize frontend

This commit is contained in:
CyberL1 2025-01-14 12:00:54 -05:00
parent 1988ba2775
commit 5c803c53e4

View File

@ -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