adding devcontainer files;
using standart dockerfile with alpine
This commit is contained in:
14
docker-compose.debug.yml
Normal file
14
docker-compose.debug.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
kevinai:
|
||||
image: kevinai
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 9229:9229
|
||||
command: ["node", "--inspect=0.0.0.0:9229", "web/server.js"]
|
Reference in New Issue
Block a user