fix: upgrade directus sdk to version 11 (#20)

* fix: bump sdk version

* fix: update directus sdk version to 11.0.7

---------

Co-authored-by: zs-ko <zs-ko@users.noreply.github.com>
This commit is contained in:
Kristoffer
2024-06-05 11:52:05 +02:00
committed by GitHub
parent 6e23f89430
commit bad962ffd7
8 changed files with 984 additions and 881 deletions

View File

@@ -1,10 +0,0 @@
FROM busybox
RUN mkdir -p /app/hooks/directus-extension-external-jwt/
WORKDIR /app
ADD dist/index.js ./hooks/directus-extension-external-jwt/
ADD docker/install.sh /install.sh
ENTRYPOINT [ "/install.sh" ]