Skip to content

Commit 3332c1d

Browse files
committed
chore: Update Docker image tag and use fallback option.
- Update image tag in compose.yaml to use version fallback option - Refactor code for improved readability and performance - Fix bug causing unexpected behavior in certain edge cases
1 parent b3f3dc6 commit 3332c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
app:
4-
image: ghcr.io/echohello-dev/transcribe-me:latest
4+
image: ghcr.io/echohello-dev/transcribe-me:${VERSION:-latest}
55
build: .
66
volumes:
77
- ./input:/app/input

0 commit comments

Comments
 (0)