project_start/dockerfiles/redis/Dockerfile

3 lines
64 B
Docker

FROM alpine:3.13
COPY ./scripts/* /home/
RUN sh /home/install.sh