We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339bf33 commit ae28134Copy full SHA for ae28134
compose.yml
@@ -2,6 +2,8 @@ services:
2
web:
3
restart: always
4
build: .
5
+ args:
6
+ - GIT_COMMIT=${GIT_COMMIT}
7
ports:
8
- "127.0.0.1:8000:8080"
9
volumes:
0 commit comments