zch0222 commited on
Commit
ecf3cea
1 Parent(s): aacdb9c
Files changed (2) hide show
  1. Dockerfile +5 -0
  2. redis.conf +0 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM redis:latest
2
+
3
+ COPY redis.conf /usr/local/etc/redis/redis.conf
4
+ CMD ["redis-server", "/usr/local/etc/redis/redis.conf"]
5
+
redis.conf ADDED
The diff for this file is too large to render. See raw diff