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