Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:3-alpine

LABEL org.opencontainers.image.source="https://github.com/commitizen-tools/commitizen"
LABEL org.opencontainers.image.description="Commitizen is release management tool designed for teams"

WORKDIR /app

# Add dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# commitizen-docker-image

> commitizen now avaialble in docker 💪
> commitizen now available in docker 💪

![Docker Pulls](https://img.shields.io/docker/pulls/commitizen/commitizen?style=flat-square)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/commitizen/commitizen/latest?style=flat-square)
Expand Down