esameits24-26frontend/docker-compose.yml
AV77web 3e1f6743c6
All checks were successful
Deploy to VPS / build (push) Successful in 19s
Deploy to VPS / deploy (push) Successful in 16s
primo commit
2026-07-12 22:55:42 +02:00

11 lines
276 B
YAML

services:
app:
build:
context: .
dockerfile: dockerfile/Dockerfile
args:
VITE_API_URL: https://esameits24-26backend.andreavillari.it
container_name: esameits24-26frontend
restart: unless-stopped
ports:
- "127.0.0.1:3010:3010"