fititnt / uwazi-docker

Dockerized version of Uwazi (“openness" in Swahili). HURIDOCS designed Uwazi to make human rights information more open and accessible to the defenders who need it.
The Unlicense
11 stars 4 forks source link

Explicit use a hardcoded version of uwazi instead master branch #1

Closed fititnt closed 6 years ago

fititnt commented 6 years ago

Using this:

## Download Uwazi
RUN git clone -b master --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

Maybe is not the best idea. It's safer to explicit force a release version.