added labels
This commit is contained in:
parent
72340b2d0e
commit
5f1bc12277
@ -81,6 +81,10 @@ RUN --mount=type=cache,target=/root/.cache \
|
||||
## prod image
|
||||
FROM base as prod
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/brosner/teufa
|
||||
LABEL org.opencontainers.image.description="teufa container image"
|
||||
LABEL org.opencontainers.image.licenses=MIT
|
||||
|
||||
COPY --from=builder-base $VENV_PATH $VENV_PATH
|
||||
COPY --from=builder-base /opt/app /opt/app
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user