Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ RUN echo "port 7860" >> /etc/redis/redis.conf
|
|
| 14 |
|
| 15 |
|
| 16 |
# Run the Redis server as the main process
|
| 17 |
-
CMD ["redis-server"]
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
# Run the Redis server as the main process
|
| 17 |
+
CMD ["redis-server", "/etc/redis/redis.conf"]
|