Explorar o código

chore: make the ./cache to be writeable

firest %!s(int64=3) %!d(string=hai) anos
pai
achega
9b999f070d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      scripts/ct/run.sh

+ 1 - 0
scripts/ct/run.sh

@@ -90,6 +90,7 @@ for file in "${FILES[@]}"; do
 done
 
 # 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
 
 # /emqx is where the source dir is mounted to the Erlang container