Skip to content

Commit

Permalink
Add more labels
Browse files Browse the repository at this point in the history
  • Loading branch information
matejak committed Jul 29, 2024
1 parent 3b124ea commit 4738583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM python:3.11-slim

LABEL org.opencontainers.image.title="Estimagus - main branch"
LABEL org.opencontainers.image.source=https://github.com/matejak/estimagus
LABEL org.opencontainers.image.description="The Estimagus web app. Gunicorn-powered, listening on port 5000"
LABEL org.opencontainers.image.licenses=BSD-3-Clause

WORKDIR /usr/src/app

Expand Down

0 comments on commit 4738583

Please sign in to comment.