Skip to content

Commit

Permalink
WORKDIR already create dir (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemIsmagilov authored Jan 3, 2025
1 parent 66c97cf commit 6a6d0d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redis/cluster.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM redis:alpine

RUN mkdir -p /redis
WORKDIR /redis
COPY cluster.conf .
RUN chown redis:redis /redis/cluster.conf
Expand Down

0 comments on commit 6a6d0d7

Please sign in to comment.