Skip to content

Commit 69ba6b3

Browse files
authored
Update Dockerfile
1 parent a6f7df4 commit 69ba6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get -y update && apt-get install -y curl build-essential fastjar libmagi
1111

1212
### ADMIN (static build) ###
1313
WORKDIR /admin
14-
RUN curl -sL https://github.com/cheshire-cat-ai/admin-vue/releases/download/Admin/release.zip | jar -xv
14+
RUN curl -sL https://github.com/cheshire-cat-ai/admin-vue/releases/download/Admin/develop.zip | jar -xv
1515

1616
### PREPARE BUILD WITH NECESSARY FILES AND FOLDERS ###
1717
COPY ./pyproject.toml /app/pyproject.toml

0 commit comments

Comments
 (0)