diff --git a/Dockerfile b/Dockerfile index 0fb9a425..30e731c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM alpine +FROM node:18-alpine LABEL org.opencontainers.image.title="Mindsdb" \ org.opencontainers.image.description="Streamline AI development with MindsDB in your Docker environment. Deploy, manage, and scale your AI models seamlessly" \ org.opencontainers.image.vendor="Ajeet Singh Raina" \ com.docker.desktop.extension.api.version="0.3.0" \ - com.docker.extension.screenshots= + com.docker.extension.screenshots="mindsdb_screenshot.png" \ com.docker.extension.categories="Databases" \ com.docker.desktop.extension.icon="https://uploads-ssl.webflow.com/62a8755be8bcc86e6307def8/63b75a4a90fefbed813c6549_Mindsdb-V%20logo.svg" \ com.docker.extension.detailed-description="Mindsdb is an open-source machine learning framework that allows users to create predictive models using natural language queries. Mindsdb uses a combination of automated machine learning (AutoML) techniques and a knowledge graph to analyze data and generate predictions." \ @@ -15,3 +15,6 @@ COPY docker-compose.yaml . COPY metadata.json . COPY mindsdb.svg . COPY ui ui + +WORKDIR /ui +RUN npm run build:css \ No newline at end of file diff --git a/ui/index.css b/ui/index.css new file mode 100644 index 00000000..bd6213e1 --- /dev/null +++ b/ui/index.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; \ No newline at end of file diff --git a/ui/index.html b/ui/index.html index 2a13969b..6e8f54e9 100644 --- a/ui/index.html +++ b/ui/index.html @@ -2,6 +2,20 @@
Hang tight! MindsDB is starting..
+Connect a new database or app, or add a model.
+