Les choses sérieuses commencent
This commit is contained in:
parent
7a9fe18463
commit
c63f62721b
41 changed files with 1270 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
version: '3.9'
|
||||
services:
|
||||
erminig:
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
- ./lib:/var/lib/erminig:z
|
||||
- ./cache:/var/cache/erminig:z
|
||||
working_dir: /opt/erminig
|
||||
command: /bin/bash -c "pip install -e . && exec /bin/bash"
|
||||
Loading…
Add table
Add a link
Reference in a new issue