]> git.r.bdr.sh - rbdr/tomato-sauce/blame_incremental - docker-compose.yml
Add new port
[rbdr/tomato-sauce] / docker-compose.yml
... / ...
CommitLineData
1version: '3.8'
2
3services:
4 tomato-sauce:
5 build: .
6 command: run start
7 volumes:
8 - /app/node_modules
9 - .:/app
10 ports:
11 - "7777:7777"