Skip to content

Commit

Permalink
corrected path
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Apr 25, 2024
1 parent e846f23 commit ff0fa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM redis:7.2.4-alpine

RUN apk add --upgrade apk-tools
RUN apk upgrade --available
COPY docker-entrypoint.sh /usr/local/bin/
COPY docker/redis/docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
RUN apk add --no-cache su-exec
RUN rm /usr/local/bin/gosu

0 comments on commit ff0fa99

Please sign in to comment.