Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -6,6 +6,7 @@ EXPOSE 7860
|
|
6 |
|
7 |
# Update the system and install Redis
|
8 |
RUN apt-get update && apt-get install -y redis-server
|
|
|
9 |
|
10 |
RUN mkdir -p /etc/lib/redis
|
11 |
RUN chmod -R 777 /etc/lib/redis
|
|
|
6 |
|
7 |
# Update the system and install Redis
|
8 |
RUN apt-get update && apt-get install -y redis-server
|
9 |
+
RUN redis-server --daemonize yes
|
10 |
|
11 |
RUN mkdir -p /etc/lib/redis
|
12 |
RUN chmod -R 777 /etc/lib/redis
|