buat docker
This commit is contained in:
12
compose.debug.yaml
Normal file
12
compose.debug.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
chatbotadmin:
|
||||
image: chatbotadmin
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 9229:9229
|
||||
command: ["node", "--inspect=0.0.0.0:9229", "index.js"]
|
||||
Reference in New Issue
Block a user