Skip to content

Commit

Permalink
Merge pull request #1 from aumetra/allocation-strategy-config
Browse files Browse the repository at this point in the history
Patch download URL to branch
  • Loading branch information
zicklag authored Jun 6, 2024
2 parents 285d501 + eabd409 commit 51a4619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20 as step1
RUN mkdir /kitsune && \
cd /kitsune && \
curl https://github.com/kitsune-soc/kitsune/archive/refs/heads/main.zip -Lo main.zip && \
curl https://github.com/kitsune-soc/kitsune/archive/refs/heads/allocation-strategy-config.zip -Lo main.zip && \
unzip main.zip && \
cd kitsune-main/kitsune-fe && \
yarn install && \
Expand Down

0 comments on commit 51a4619

Please sign in to comment.