Fixed endless compilation devcontainer, debugging

This commit is contained in:
Christoph Jahn 2019-08-28 15:26:17 +02:00
parent 4b06e2188c
commit dbdb26a044
5 changed files with 48 additions and 7 deletions

View file

@ -21,8 +21,8 @@ services:
networks:
- wekan-dev-tier
build:
context: .
dockerfile: Dockerfile
context: ..
dockerfile: .devcontainer/Dockerfile
ports:
- 3000:3000
- 9229:9229
@ -38,7 +38,7 @@ services:
depends_on:
- wekandb-dev
volumes:
- ..:/app
- ..:/app:delegated
command:
sleep infinity