Skip to content
Snippets Groups Projects
docker-compose.yml.example 150 B
name: carshare-frontend
services:
  web:
    build: .
    restart: always
    ports:
      - 8080:8080
    volumes:
      - ./dist:/app/dist