Skip to content

Commit

Permalink
Update transifex and dev-ui version (#22)
Browse files Browse the repository at this point in the history
* updated build to add transifex installation

* changed the version of dev-ui to have working transifex
  • Loading branch information
sniedzielski authored Mar 1, 2023
1 parent 16b662d commit 26d841b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 26d841b

Please sign in to comment.