# Usato dal deploy CI: build solo nginx + dist (secondi, non minuti). services: app: build: context: . dockerfile: dockerfile/Dockerfile.runtime image: esameits24-26frontend-app:prod container_name: esameits24-26frontend restart: unless-stopped ports: - "127.0.0.1:3010:3010"