Skip to content

Commit

Permalink
Add the initial docker-compose.yml
Browse files Browse the repository at this point in the history
[refs #8feda19e2d1a]
  • Loading branch information
jfahrer committed May 5, 2018
1 parent a5357a4 commit e4582cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions developing/hello-world/docker-compose.yml
@@ -0,0 +1,7 @@
version: '3.3'

services:
app:
image: jfahrer/hello-world:ruby
build:
context: .

0 comments on commit e4582cb

Please sign in to comment.