From aa351fc5d236c9571fab66138f239044d5150f81 Mon Sep 17 00:00:00 2001 From: Brandon High Date: Wed, 13 May 2020 14:54:51 -0700 Subject: [PATCH] Fix Sinatra example in docker-compose.yml (#260) This commit fixes the Sinatra example so that it runs out of the box like the standard `ex-http` example when called with `docker-compose run ex-adapter-sinatra`. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 7516ddf70a..a228b7768f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -66,6 +66,7 @@ services: ex-adapter-sinatra: <<: *base + command: ./start_server.sh working_dir: /app/adapters/sinatra/example ex-http: