Skip to content

Commit 106091b

Browse files
committed
Improve documentation and metadata tagging for Dockerfile
- Add descriptive labels to the Dockerfile - Enhance code readability and maintainability in the Dockerfile
1 parent 3332c1d commit 106091b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ COPY . .
88

99
RUN pip install --no-cache-dir -r requirements.txt
1010

11-
CMD ["python", "/app/transcribe_me/main.py"]
11+
CMD ["python", "/app/transcribe_me/main.py"]
12+
13+
LABEL org.opencontainers.image.source=https://github.com/echohello-dev/transcribe-me
14+
LABEL org.opencontainers.image.description="The transcriber that uses Anthropic and OpenAI."
15+
LABEL org.opencontainers.image.licenses=MIT

0 commit comments

Comments
 (0)