From 10546474a728abfb76f0d0c18fc5b05d16d5eaa3 Mon Sep 17 00:00:00 2001 From: Piero Savastano Date: Fri, 29 Sep 2023 17:03:42 +0200 Subject: [PATCH] core Dockerfile uses development admin release --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Dockerfile b/core/Dockerfile index 5b3dfe05..5e4d0910 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get -y update && apt-get install -y curl build-essential fastjar libmagi ### ADMIN (static build) ### WORKDIR /admin -RUN curl -sL https://github.com/cheshire-cat-ai/admin-vue/releases/download/Admin/release.zip | jar -xv +RUN curl -sL https://github.com/cheshire-cat-ai/admin-vue/releases/download/Admin/develop.zip | jar -xv ### INSTALL PYTHON DEPENDENCIES (Core and Plugins) ### WORKDIR /app