mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
7 lines
136 B
YAML
7 lines
136 B
YAML
version: "3"
|
|
|
|
services:
|
|
server:
|
|
ports:
|
|
- 9229:9229
|
|
command: npm run --prefix server start:debug -- --debug 0.0.0.0:9229
|