5 lines
264 B
Bash
5 lines
264 B
Bash
|
docker stop point-median-frontend
|
||
|
docker rm point-median-frontend
|
||
|
# Ce programme sert à lancer le job_dispatcher dans un docker localement pour tester
|
||
|
docker run -p 8051:8051 --name point-median-frontend --env-file .env --network host local/point-median-frontend
|