Skip to content

Commit

Permalink
Add image source to docker file
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Drebenstedt <[email protected]>
  • Loading branch information
cutoffthetop authored Jun 12, 2024
1 parent 5bac2fd commit f14faaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mex-{{ cookiecutter.project_name }}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM python:3.11 as base
LABEL org.opencontainers.image.authors="RKI MEx Team <[email protected]>"
LABEL org.opencontainers.image.description="{{ cookiecutter.short_summary }}"
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.source = "https://github.com/robert-koch-institut/mex-{{ cookiecutter.project_name }}"

ENV PYTHONUNBUFFERED=1
ENV PYTHONOPTIMIZE=1
Expand Down

0 comments on commit f14faaa

Please sign in to comment.