Fuegovic commited on
Commit
51d46d3
1 Parent(s): 9d8e09b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]