Skip to content

Commit

Permalink
Create runService.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg committed May 25, 2021
1 parent 6aa9cb6 commit 126f900
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runService.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

docker build --tag wlo-topic-py .

docker run -p 8080:8080 -d --name wlo-topic-assistant -v `pwd`/src:/scr wlo-topic-py python3 /scr/webservice.py

0 comments on commit 126f900

Please sign in to comment.