-
CONTOUX Antoine authoredCONTOUX Antoine authored
docker-compose.yml.example 150 B
name: carshare-frontend
services:
web:
build: .
restart: always
ports:
- 8080:8080
volumes:
- ./dist:/app/dist
name: carshare-frontend
services:
web:
build: .
restart: always
ports:
- 8080:8080
volumes:
- ./dist:/app/dist