mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix(Docker): include failsafe for Git HTTPS
This commit is contained in:
parent
d6bd10fa25
commit
9de6f7b3bc
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ RUN npm install -g gulp-cli mocha
|
|||
RUN mkdir -p /usr/src/habitrpg
|
||||
WORKDIR /usr/src/habitrpg
|
||||
RUN git clone --branch release --depth 1 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
|
||||
RUN git config --global url."https://".insteadOf git://
|
||||
RUN npm set unsafe-perm true
|
||||
RUN npm install
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue