From 1304c3bff16d43ec4de000c5c9d30fe48e0206f7 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Sun, 5 Jun 2022 08:30:32 +0200 Subject: [PATCH] feat: adjust static-gtfs-manager --- doc/static-gtfs-manager.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 +```