Skip to content

Commit

Permalink
Fix Sinatra example in docker-compose.yml (open-telemetry#260)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
highb authored May 13, 2020
1 parent 79b047a commit aa351fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ services:

ex-adapter-sinatra:
<<: *base
command: ./start_server.sh
working_dir: /app/adapters/sinatra/example

ex-http:
Expand Down

0 comments on commit aa351fc

Please sign in to comment.