Update DockerfIle
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -24,3 +24,15 @@ RUN crontab /app/crontab.txt
|
||||
|
||||
# Start cron and HTTP server
|
||||
CMD sh -c "crond -f -L /dev/stdout & python3 -m http.server 8000 --directory /app"
|
||||
|
||||
LABEL "org.opencontainers.image.source"="https://github.com/truecharts/containers"
|
||||
|
||||
ARG CONTAINER_NAME
|
||||
ARG CONTAINER_VER
|
||||
LABEL org.opencontainers.image.licenses="BSD-3-Clause"
|
||||
LABEL org.opencontainers.image.title="${CONTAINER_NAME}"
|
||||
LABEL org.opencontainers.image.url="https://truecharts.org/docs/charts/${CONTAINER_NAME}"
|
||||
LABEL org.opencontainers.image.version="${CONTAINER_VER}"
|
||||
LABEL org.opencontainers.image.description="Container for ${CONTAINER_NAME} by TrueCharts"
|
||||
LABEL org.opencontainers.image.authors="TrueCharts"
|
||||
LABEL org.opencontainers.image.documentation="https://truecharts.org/docs/charts/${CONTAINER_NAME}"
|
||||
|
||||
Reference in New Issue
Block a user