Spaces:
Runtime error
Runtime error
zch0222 commited on
Commit ·
ecf3cea
1
Parent(s): aacdb9c
update
Browse files- Dockerfile +5 -0
- 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
|
|
|