Gros refactoring
This commit is contained in:
parent
6008aa68f6
commit
4a6bfc951f
368 changed files with 22503 additions and 3 deletions
5
backend/docker-run.sh
Normal file
5
backend/docker-run.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
docker stop fabriquedoc
|
||||
docker rm fabriquedoc
|
||||
docker network create fabriquedoc
|
||||
# Ce programme sert à lancer le job_dispatcher dans un docker localement pour tester
|
||||
docker run -p 8000:8000 --env-file .env --name fabriquedoc --network fabriquedoc local/fabriquedoc
|
Loading…
Add table
Add a link
Reference in a new issue