corrierifrontend/docker-compose.yml
AV77web ca03d6c07c
Some checks failed
Deploy to VPS / build (push) Failing after 1s
Deploy to VPS / deploy (push) Has been skipped
primo commit
2026-06-21 00:49:11 +02:00

11 lines
266 B
YAML

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"