Skip to content

Commit

Permalink
admin branch should be develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroit committed Oct 17, 2023
1 parent 2267895 commit 2c6271c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c6271c

Please sign in to comment.