Skip to content

Commit

Permalink
changed to smartHomeNG dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AAPohl authored Feb 28, 2024
1 parent 5a1dbf1 commit 90a8f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ARG SHNG_VER_CORE="v1.10.0" \
WORKDIR /usr/local/smarthome
RUN set -eux; \
# clone SmarthomeNG
git -c advice.detachedHead=false clone --single-branch --branch $SHNG_VER_CORE \
https://github.com/smarthomeNG/smarthome.git .; \
git -c advice.detachedHead=false clone --single-branch --branch master \
https://github.com/AAPohl/smarthomeLoggingFix.git .; \
git -c advice.detachedHead=false clone --single-branch --branch $SHNG_VER_PLGN \
https://github.com/smarthomeNG/plugins.git plugins; \
# remove git files - not usefull inside a container
Expand Down

0 comments on commit 90a8f05

Please sign in to comment.