diff --git a/doc/static-gtfs-manager.md b/doc/static-gtfs-manager.md index 7533262..61a4d3a 100644 --- a/doc/static-gtfs-manager.md +++ b/doc/static-gtfs-manager.md @@ -22,3 +22,17 @@ docker push /static-gtfs-manager: ``` # Deployment + +Refer to +[issue](https://github.com/WRI-Cities/static-GTFS-manager/issues/165) +for a discussion about why it is not possible to run a Docker image that is pulled from a Docker repository on a Server. + +Call the following instruction set to build and run locally. + +``` +cd +git clone git@github.com:WRI-Cities/static-GTFS-manager.git +cd static-GTFS-manager +docker build -t static-gtfs-manager . +docker run --rm -it -p 5000:5000 -v "$(pwd)":/app static-gtfs-manager +```