Skip to content

Commit 3c78ee5

Browse files
committed
Added build section to docker-compose
1 parent 1a7db87 commit 3c78ee5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
services:
22
demos:
3+
build:
4+
context: .
5+
dockerfile: Dockerfile
36
image: demos:0.0.1
47
platform: linux/amd64
58
environment:

0 commit comments

Comments
 (0)