RobinCK/vue-ls

View on GitHub
docker-compose.yml

Summary

Maintainability
Test Coverage
version: '3'

services:
  example:
    build:
      context: .
      dockerfile: Dockerfile
    container_name: vue-ls
    ports:
      - '3000:3000'