diff --git a/build.sh b/build.sh index a5a3e55..6168d34 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,9 @@ #!/bin/sh +# install transifex cli in case of not installed yet +rm -f tx +curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash + # Update everything (just in case) npm rebuild npm install diff --git a/docker-compose.yml b/docker-compose.yml index 8ecb464..472182b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: angola-ui: - image: openlmis/dev-ui:9.0.4 + image: openlmis/dev-ui:9.0.5-SNAPSHOT working_dir: /app volumes: - '.:/app'