Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
azagramac authored Dec 7, 2023
1 parent ef252bd commit ec5bcb4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ FROM redis:7.2.3-alpine3.18

WORKDIR /redis

ADD init.sh /redis/init.sh
ADD redis.conf /redis/redis.conf
COPY init.sh /redis/init.sh
COPY redis.conf /redis/redis.conf

LABEL version="7.2.3"
LABEL org.opencontainers.image.authors="https://azagramac.gitbook.io/"

EXPOSE 6379/tcp

RUN chmod +x /redis/init.sh

ENTRYPOINT ["/bin/bash", "-c", "/redis/init.sh"]

0 comments on commit ec5bcb4

Please sign in to comment.