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