diff --git a/Dockerfile b/Dockerfile index d9cc56fa..23508f38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,6 @@ RUN mkdocs build # ============================ # Prepare Runtime Environment FROM hub.aiursoft.cn/aiursoft/static -COPY --from=python-env /app/site /data \ No newline at end of file +COPY --from=python-env /app/site /data + +LABEL org.opencontainers.image.source="https://github.com/Anduin2017/HowToCook"