Skip to content

Commit e76abf2

Browse files
Add docker-compose.yml
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
1 parent 8b4a3a1 commit e76abf2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker-compose.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: "2"
2+
3+
services:
4+
balena-hello-world:
5+
build: .
6+
ports:
7+
- "80:80"

0 commit comments

Comments
 (0)