Skip to content

Commit e4582cb

Browse files
committed
Add the initial docker-compose.yml
[refs #8feda19e2d1a]
1 parent a5357a4 commit e4582cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: '3.3'
2+
3+
services:
4+
app:
5+
image: jfahrer/hello-world:ruby
6+
build:
7+
context: .

0 commit comments

Comments
 (0)