Fuegovic commited on
Commit
0780c51
1 Parent(s): dd133c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ RUN --mount=type=secret,id=REDIS_CONFIG,dst=/etc/redis/redis.conf \
12
  if [ -f /etc/redis/redis.conf ]; then \
13
  cat /etc/secrets/REDIS_CONFIG > redis.conf \
14
  && chmod 777 tokens.json; \
 
15
 
16
  # Run the Redis server as the main process with the configuration file
17
  CMD ["redis-server", "/etc/redis/redis.conf"]
 
12
  if [ -f /etc/redis/redis.conf ]; then \
13
  cat /etc/secrets/REDIS_CONFIG > redis.conf \
14
  && chmod 777 tokens.json; \
15
+ fi
16
 
17
  # Run the Redis server as the main process with the configuration file
18
  CMD ["redis-server", "/etc/redis/redis.conf"]