generate TYPESENSE_API_KEY

This commit is contained in:
2026-02-07 20:59:02 +01:00
parent af81fb3159
commit 08ced1e938
11 changed files with 236 additions and 15 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM typesense/typesense:29.0
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]