Initial Commit

This commit is contained in:
2026-03-24 06:57:33 +01:00
commit d418c44437
8 changed files with 374 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM redis:8.6.1
RUN apt update && apt install -y --no-install-recommends gettext && apt clean && rm -rf /var/lib/apt/lists/*
ADD ./entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]