Spaces:
Sleeping
Sleeping
chore: Refactor Dockerfile to fix ownership issue with /app directory
Browse files- docker/supervisor.conf +0 -5
docker/supervisor.conf
CHANGED
@@ -24,8 +24,3 @@ redirect_stderr=true
|
|
24 |
redirect_stdout=true
|
25 |
stdout_logfile=/dev/stdout
|
26 |
stdout_logfile_maxbytes=0
|
27 |
-
|
28 |
-
[program:ping_redis]
|
29 |
-
command=sleep 10 && redis-cli ping && echo "Redis is up" || echo "Redis is down"
|
30 |
-
autostart=true
|
31 |
-
autorestart=false
|
|
|
24 |
redirect_stdout=true
|
25 |
stdout_logfile=/dev/stdout
|
26 |
stdout_logfile_maxbytes=0
|
|
|
|
|
|
|
|
|
|