corrierifrontend/docker-compose.yml

12 lines
266 B
YAML
Raw Normal View History

2026-06-21 00:49:11 +02:00
services:
app:
build:
context: .
dockerfile: dockerfile/Dockerfile
args:
VITE_API_URL: https://corrieribackend.andreavillari.it
container_name: corrierifrontend
restart: unless-stopped
ports:
- "127.0.0.1:3004:3004"