We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41371c4 commit 98a3535Copy full SHA for 98a3535
core/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get -y update && apt-get install -y curl build-essential fastjar libmagi
11
12
### ADMIN (static build) ###
13
WORKDIR /admin
14
-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
15
16
### PREPARE BUILD WITH NECESSARY FILES AND FOLDERS ###
17
COPY ./pyproject.toml /app/pyproject.toml
0 commit comments