aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 416ea045f6abbe2f6480aff35c9bc9c3d912273a (plain)
1
2
3
4
5
6
7
8
9
10
11
version: '3.8'

services:
  tomato-sauce:
    build: .
    command: run start
    volumes:
      - /app/node_modules
      - .:/app
    ports:
      - "7777:7777"