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 4133bed commit 292fe22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 dk-routing:main bash
docker run --name server --rm --network host -it ghcr.io/datakind/dk-routing:main bash

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

serve:
/opt/conda/bin/python /src/py/server.py &
Expand Down

0 comments on commit 292fe22

Please sign in to comment.