chore(infra): mount dist volume directly to frontend container to allow instantaneous updates without cached images

This commit is contained in:
VPS 4 Builder
2026-05-18 01:42:30 +02:00
parent b90e3fe378
commit 9e985aca2e
2 changed files with 10 additions and 3 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
services:
frontend:
build:
context: ./frontend
image: nginx:alpine
container_name: subdominio-frontend
restart: unless-stopped
volumes:
- ./frontend/dist:/usr/share/nginx/html:ro
- ./frontend/nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks:
- subdominio-net