Skip to content

Commit ae28134

Browse files
committed
Fix compose file
1 parent 339bf33 commit ae28134

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ services:
22
web:
33
restart: always
44
build: .
5+
args:
6+
- GIT_COMMIT=${GIT_COMMIT}
57
ports:
68
- "127.0.0.1:8000:8080"
79
volumes:

0 commit comments

Comments
 (0)