Spaces:
narugo
/
Runtime error

Fuegovic commited on
Commit
5020b54
1 Parent(s): df1a9f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -6,7 +6,6 @@ EXPOSE 7860
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
 
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