We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f7df4 commit 69ba6b3Copy full SHA for 69ba6b3
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/release.zip | jar -xv
+RUN curl -sL https://github.com/cheshire-cat-ai/admin-vue/releases/download/Admin/develop.zip | jar -xv
15
16
### PREPARE BUILD WITH NECESSARY FILES AND FOLDERS ###
17
COPY ./pyproject.toml /app/pyproject.toml
0 commit comments