Skip to content

Commit

Permalink
Explicit use a hardcoded version of uwazi instead master branch #1
Browse files Browse the repository at this point in the history
  • Loading branch information
fititnt committed Apr 15, 2018
1 parent 8683fb6 commit 0a7ea86
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
Expand Up @@ -11,7 +11,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
libpng-dev

## Download Uwazi
RUN git clone -b master --single-branch --depth=1 https://github.com/huridocs/uwazi.git /home/node/uwazi/ \
RUN git clone -b 1.1 --single-branch --depth=1 https://github.com/huridocs/uwazi.git /home/node/uwazi/ \
&& chown node:node -R /home/node/uwazi/ \
&& cd /home/node/uwazi/ \
&& npm install
Expand Down

0 comments on commit 0a7ea86

Please sign in to comment.