Spaces:
Sleeping
Sleeping
chore: Update Dockerfile to include supervisor configuration for Redis and SRH
Browse files- 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 |
|