mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
.devcontainer now ready for Wekan Development in Docker Container
Check .devcontainer/docker-compose.yml to fit your environment Enter this commands to start Wekan Development: $ cd .devcontainer $ docker-compose build $ docker-compose up -d Visit localhost:3000 or whatever you entered in ROOT_URL Code changes triggers a rebuild / redeploy
This commit is contained in:
parent
6bf6bcb192
commit
5697b89817
4 changed files with 103 additions and 19 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -32,3 +32,4 @@ ehthumbs.db
|
|||
.eslintcache
|
||||
.meteor/local
|
||||
.devcontainer/docker-compose.extend.yml
|
||||
.devcontainer/volumes*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue