esameits24-26frontend/docker-compose.prod.yml

12 lines
316 B
YAML
Raw Permalink Normal View History

# 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"