diff --git a/Dockerfile b/Dockerfile index 91cbc0330..c54b2a50f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,6 +66,7 @@ WORKDIR ${HOME} # Copy the installed binary from builder COPY --from=builder /out/bin/zainod /usr/local/bin/zainod +RUN mkdir -p .cache/zaino RUN chown -R "${UID}:${GID}" "${HOME}" USER ${USER}