diff --git a/Dockerfile b/Dockerfile index 92a8305..beff27f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -431,6 +431,8 @@ fi exec ./main EOF +LABEL org.opencontainers.image.source="https://github.com/databasus/databasus" + RUN chmod +x /app/start.sh EXPOSE 4005 @@ -439,4 +441,4 @@ EXPOSE 4005 VOLUME ["/databasus-data"] ENTRYPOINT ["/app/start.sh"] -CMD [] \ No newline at end of file +CMD []