Files
BSQBD/build/Dockerfile
T

7 lines
195 B
Docker
Raw Normal View History

2026-03-24 06:57:33 +01:00
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" ]