Skip to content

Commit a0aa625

Browse files
dsameandrewshvv
authored andcommitted
dockerize: rm COPY entrypoint.sh from redis
1 parent 66d3506 commit a0aa625

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/redis/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ RUN addgroup -S redis && adduser -S -G redis redis
44
RUN apk add --no-cache redis
55

66
COPY redis.conf /etc/redis/redis.conf
7-
COPY entrypoint.sh /docker-entrypoint.sh
87

98
ENV PORT=6379
109
ENV SLAVEOF=

0 commit comments

Comments
 (0)