Skip to content

Commit

Permalink
Merge pull request #3 from noco-ai/v0.2.1
Browse files Browse the repository at this point in the history
Bug fix for hard coded URL
  • Loading branch information
noco-ai authored Jan 21, 2024
2 parents 75f7f9d + dd661ea commit 29bb1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spellbook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesourc
RUN apt-get update
RUN apt-get install nodejs -y
RUN npm install -g @angular/cli@latest
RUN echo "Install v0.2.0 of Spellbook UI"
RUN git clone --depth 1 --branch v0.2.0 https://github.com/noco-ai/spellbook-ui.git /app
RUN echo "Install v0.2.1 of Spellbook UI"
RUN git clone --depth 1 --branch v0.2.1 https://github.com/noco-ai/spellbook-ui.git /app
WORKDIR /app
RUN npm install
ADD spellbook/environment.ts /app/environments/environment.ts
Expand Down

0 comments on commit 29bb1ae

Please sign in to comment.