Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebreu authored Apr 1, 2024
1 parent befadd0 commit ef1026c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dkroutingtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ build:
sh s_build_docker_dev.sh

interact:
docker run --name server --rm --network host -it dkroutingtool:dev bash
docker run --name server --rm --network host -it dk-routing:main bash

run_and_serve:
docker run --name server --network host -d --rm dkroutingtool:dev /opt/conda/bin/python src/py/server.py
docker run --name server --network host -d --rm dk-routing:main /opt/conda/bin/python src/py/server.py

serve:
/opt/conda/bin/python /src/py/server.py &
Expand All @@ -21,4 +21,4 @@ gui:
cd src/py/ui && streamlit run dashboard.py

#go to http://localhost:8501/ in your browser and it should work
demo: run_and_serve dockergui
demo: run_and_serve dockergui

0 comments on commit ef1026c

Please sign in to comment.