haste-server/docker-compose.yml

12 lines
183 B
YAML

version: '2'
services:
web:
build: .
env_file: .env
ports:
- "7777:7777"
- "9229:9229"
volumes:
- ".:/usr/src/app"
command: "yarn run start:dev"