Skip to content

Commit

Permalink
Update DockerFile to pull from the official location: 'vircadia/Iamus'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Misterblue committed Dec 30, 2020
1 parent c1671fa commit 8300f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -5,7 +5,7 @@ ARG BRANCH=master

RUN mkdir -p /usr/local/src \
&& cd /usr/local/src \
&& git clone --depth 1 --branch ${BRANCH} https://github.com/Misterblue/Iamus.git
&& git clone --depth 1 --branch ${BRANCH} https://github.com/vircadia/Iamus.git

RUN cd /usr/local/src/Iamus \
&& npm install
Expand Down

0 comments on commit 8300f8a

Please sign in to comment.