There was an error while loading. Please reload this page.
1 parent 66d3506 commit a0aa625Copy full SHA for a0aa625
docker/redis/Dockerfile
@@ -4,7 +4,6 @@ RUN addgroup -S redis && adduser -S -G redis redis
4
RUN apk add --no-cache redis
5
6
COPY redis.conf /etc/redis/redis.conf
7
-COPY entrypoint.sh /docker-entrypoint.sh
8
9
ENV PORT=6379
10
ENV SLAVEOF=
0 commit comments