version: '3' services: app: build: . volumes: - ./dist:/app/dist - ./src:/app/src - ./public:/app/public ports: - 5173:5173 restart: always