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 339bf33 commit ae28134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ services:
web:
restart: always
build: .
args:
- GIT_COMMIT=${GIT_COMMIT}
ports:
- "127.0.0.1:8000:8080"
volumes:
Expand Down

0 comments on commit ae28134

Please sign in to comment.