diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2021-04-28 22:26:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 22:26:39 +0200 |
commit | e4fafc61dd966b6077f4cd575c575473f0643d88 (patch) | |
tree | 764f11a02955b508ff9e607eba905cb45d04651a /bin/acore-docker-update | |
parent | 5954d9c739778919bdeb1affe613d69eeb7c2774 (diff) |
fix(Docker): windows improvements and permissions fix (#5444)
Diffstat (limited to 'bin/acore-docker-update')
-rw-r--r-- | bin/acore-docker-update | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/acore-docker-update b/bin/acore-docker-update new file mode 100644 index 0000000000..0b91b50fb6 --- /dev/null +++ b/bin/acore-docker-update @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +source "$CUR_PATH/acore-docker-build" + +bash acore.sh db-assembler import-all |