Skip to content

Commit

Permalink
core Dockerfile uses development admin release
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroit authored Sep 29, 2023
1 parent 3688f49 commit 1054647
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 1054647

Please sign in to comment.