diff --git a/DOCKER.md b/DOCKER.md index a9e02c75..4a5ce454 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -173,4 +173,4 @@ For issues and feature requests: ## Repository Information -- License: MIT +- License: The Docker image bundles components under multiple licenses. Review [LICENSE](./LICENSE), [ee/LICENSE](./ee/LICENSE), and bundled package metadata before production use. diff --git a/dockerfile b/dockerfile index f5c86d8a..2979e21f 100644 --- a/dockerfile +++ b/dockerfile @@ -191,7 +191,6 @@ LABEL org.opencontainers.image.title="Morphik Core" LABEL org.opencontainers.image.description="Morphik Core - A powerful document processing and retrieval system" LABEL org.opencontainers.image.source="https://github.com/morphik-org/morphik-core" LABEL org.opencontainers.image.version="1.0.0" -LABEL org.opencontainers.image.licenses="MIT" # Expose port EXPOSE 8000