rabil commited on
Commit
1289349
·
verified ·
1 Parent(s): ca73970

chore: Update Dockerfile to include supervisor configuration for Redis and SRH

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN mix release
18
 
19
  FROM elixir:1.13.4-slim
20
 
21
- RUN apt-get update && apt-get install -y redis-server
22
 
23
  WORKDIR /app
24
 
 
18
 
19
  FROM elixir:1.13.4-slim
20
 
21
+ RUN apt-get update && apt-get install -y redis-server supervisor
22
 
23
  WORKDIR /app
24