Delete docker-compose.debug.yml
This commit is contained in:
parent
58edd16b0e
commit
779936c65e
|
|
@ -1,14 +0,0 @@
|
|||
version: '3.4'
|
||||
|
||||
services:
|
||||
docusaurus:
|
||||
image: docusaurus
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 9229:9229
|
||||
command: ["node", "--inspect=0.0.0.0:9229", "index.js"]
|
||||
Loading…
Reference in New Issue