mirror of
https://github.com/wekan/wekan.git
synced 2026-02-08 09:24:20 +01:00
Fixed endless compilation devcontainer, debugging
This commit is contained in:
parent
4b06e2188c
commit
dbdb26a044
5 changed files with 48 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue