mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Make worker-database executable
This commit is contained in:
parent
707f49b83f
commit
4a4165a304
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ RUN chmod +x /usr/local/bin/doctor && \
|
|||
chmod +x /usr/local/bin/vars && \
|
||||
chmod +x /usr/local/bin/worker-audits && \
|
||||
chmod +x /usr/local/bin/worker-certificates && \
|
||||
chmod +x /usr/local/bin/worker-database && \
|
||||
chmod +x /usr/local/bin/worker-deletes && \
|
||||
chmod +x /usr/local/bin/worker-functions && \
|
||||
chmod +x /usr/local/bin/worker-mails && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue