diff --git a/core/Dockerfile b/core/Dockerfile index 5e4d0910..5b3dfe05 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/develop.zip | jar -xv +RUN curl -sL https://github.com/cheshire-cat-ai/admin-vue/releases/download/Admin/release.zip | jar -xv ### INSTALL PYTHON DEPENDENCIES (Core and Plugins) ### WORKDIR /app