Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -7,11 +7,7 @@ EXPOSE 7860
|
|
7 |
# Update the system and install Redis
|
8 |
RUN apt-get update && apt-get install -y redis-server
|
9 |
|
10 |
-
RUN mkdir -p /var/log/redis
|
11 |
-
RUN chmod -R 777 /var/log/redis
|
12 |
-
|
13 |
COPY redis.conf /etc/redis/redis.conf
|
14 |
|
15 |
-
|
16 |
# Run the Redis server as the main process with the configuration file
|
17 |
CMD ["redis-server", "/etc/redis/redis.conf"]
|
|
|
7 |
# Update the system and install Redis
|
8 |
RUN apt-get update && apt-get install -y redis-server
|
9 |
|
|
|
|
|
|
|
10 |
COPY redis.conf /etc/redis/redis.conf
|
11 |
|
|
|
12 |
# Run the Redis server as the main process with the configuration file
|
13 |
CMD ["redis-server", "/etc/redis/redis.conf"]
|