version: "3.9"

services:
  gulp:
    build: .
    ports:
      - "3000:3000"
      - "3001:3001"
    volumes:
      - .:/app
    command: gulp
