Files
BSQBD/build/Dockerfile
T
2026-03-24 06:57:33 +01:00

7 lines
195 B
Docker

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" ]