chore: make the ./cache to be writeable

This commit is contained in:
firest 2022-11-09 11:03:01 +08:00
parent d90b3760b1
commit 9b999f070d
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ for file in "${FILES[@]}"; do
done done
# shellcheck disable=2086 # no quotes for F_OPTIONS # shellcheck disable=2086 # no quotes for F_OPTIONS
mkdir -p ./.cache && chmod a+rwx ./.cache
UID_GID="$(id -u):$(id -g)" docker-compose $F_OPTIONS up -d --build UID_GID="$(id -u):$(id -g)" docker-compose $F_OPTIONS up -d --build
# /emqx is where the source dir is mounted to the Erlang container # /emqx is where the source dir is mounted to the Erlang container