This repository has been archived on 2025-01-03. You can view files and clone it, but cannot push or open issues or pull requests.
fabriquedoc-frontend/docker-run-macos.sh

4 lines
No EOL
301 B
Bash

docker stop fabriquedoc-frontend
docker rm fabriquedoc-frontend
# Ce programme sert à lancer le job_dispatcher dans un docker localement pour tester
docker run -p 8051:8051 --name fabriquedoc-frontend --network fabriquedoc --env FABRIQUEDOC_ENDPOINT=http://fabriquedoc:8000 local/fabriquedoc-frontend