Skip to content

Commit

Permalink
Fix install UI script problems in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Sep 16, 2021
1 parent 7fc75f1 commit 539c2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairis/bin/installUI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
apt-get update && apt-get install -y yarn
git clone https://github.com/cairis-platform/cairis-ui $UI_REPO
yarn --cwd $UI_REPO install
yarn --cwd $UI_REPO install --ignore-engines
yarn --cwd $UI_REPO run build
cp -r $UI_REPO/dist $CAIRIS_SRC

0 comments on commit 539c2e2

Please sign in to comment.