Spaces:
narugo
/
Runtime error

Fuegovic commited on
Commit
c41ea6a
1 Parent(s): a851ce8

Update Dockerfile

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