Skip to content

Commit

Permalink
Merge pull request #13 from reginakavive/ci/docker-compose
Browse files Browse the repository at this point in the history
added version tags for docker compsoe file
  • Loading branch information
masgeek authored Aug 13, 2024
2 parents 5ee6f77 + 9d19c74 commit 9787fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sfa
services:
sfa:
container_name: sfa
image: iita/sf-app:latest
image: iita/sf-app:${VERSION_TAG:-latest}
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit 9787fcd

Please # to comment.