mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 13:21:29 +00:00
Update docs
This commit is contained in:
parent
bb49ab765f
commit
b571d6e2c2
1 changed files with 9 additions and 1 deletions
|
@ -41,10 +41,18 @@ FIXME, TODO, EXPLAIN, OBSOLETE
|
||||||
|
|
||||||
## Handy commands
|
## Handy commands
|
||||||
|
|
||||||
Build or rebuild
|
Start:
|
||||||
|
|
||||||
|
docker-compose -f docker-compose.dev.yml up -d --build`
|
||||||
|
|
||||||
|
Build or rebuild:
|
||||||
|
|
||||||
docker-compose -f docker-compose.dev.yml build`
|
docker-compose -f docker-compose.dev.yml build`
|
||||||
|
|
||||||
|
Debug:
|
||||||
|
|
||||||
|
docker attach ensl_dev
|
||||||
|
|
||||||
To get inside docker web+test containers:
|
To get inside docker web+test containers:
|
||||||
|
|
||||||
docker-compose -f docker-compose.dev.yml exec -u root web /bin/bash`
|
docker-compose -f docker-compose.dev.yml exec -u root web /bin/bash`
|
||||||
|
|
Loading…
Reference in a new issue