Skip to content

Commit

Permalink
Fix compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Jan 8, 2025
1 parent ae28134 commit dd5571d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
services:
web:
restart: always
build: .
args:
- GIT_COMMIT=${GIT_COMMIT}
build:
context: .
args:
- GIT_COMMIT=${GIT_COMMIT}
ports:
- "127.0.0.1:8000:8080"
volumes:
Expand Down

0 comments on commit dd5571d

Please sign in to comment.