Merge pull request 'Add labels to Docker images' (!75) from docker-labels into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #75
This commit is contained in:
jaschop 2023-11-16 11:18:00 +01:00
commit 9a7a9379e2
1 changed files with 5 additions and 0 deletions

View File

@ -22,4 +22,9 @@ WORKDIR /app
COPY . .
LABEL org.opencontainers.image.source=https://git.wtf-eg.de/kompetenzinventar/ki-backend.git
LABEL org.opencontainers.image.url=https://git.wtf-eg.de/kompetenzinventar/ki-backend
LABEL org.opencontainers.image.documentation=https://git.wtf-eg.de/kompetenzinventar/ki-backend#docker
LABEL org.opencontainers.image.vendor="WTF Kooperative eG"
CMD ["python3", "run_prod.py"]