Delete docker-compose.debug.yml

This commit is contained in:
Eazzy 2024-05-26 20:40:28 +08:00
parent 58edd16b0e
commit 779936c65e
1 changed files with 0 additions and 14 deletions

View File

@ -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"]