Skip to content

dzejeu/ingrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ingrid

In order to run already built docker image fetch it from dockerhub
docker run -p 8080:8080 dzejeu/ingrid:latest
Then service can be requestes in following way
curl 'http://localhost:8080/routes?src=13.388860,52.517037&dst=13.397634,52.529407&dst=13.428555,52.523219'

In order to create fresh docker image run:
docker build -t myapp:latest .
and then:
docker run -p 8080:8080 myapp:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published