Skip to content

Commit

Permalink
chore: add banner and directory for snapshots
Browse files Browse the repository at this point in the history
better display when displaying logs with ASCII art logo of redis
  • Loading branch information
benoitf committed Oct 4, 2023
1 parent 1b041eb commit db30f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primary-podify-demo/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN redis-cli --version && redis-server --version
RUN cp /usr/local/bin/redis-server /mnt/rootfs/usr/local/bin/redis-server

# Configure quickly redis
RUN echo -e "port 6379\nprotected-mode no\n" > /mnt/rootfs/etc/redis.conf
RUN echo -e "port 6379\nprotected-mode no\ndir /tmp\nalways-show-logo yes\n" > /mnt/rootfs/etc/redis.conf

# Use scratch image and then copy ubi fs
FROM scratch
Expand Down

0 comments on commit db30f6d

Please sign in to comment.