12 lines
266 B
YAML
12 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"
|