rabil commited on
Commit
10f5826
·
verified ·
1 Parent(s): 2824c01

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

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 supervisor adduser
22
 
23
  RUN useradd -m rabil && echo "rabil:rabil" | chpasswd && adduser rabil sudo
24
  RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
 
18
 
19
  FROM elixir:1.13.4-slim
20
 
21
+ RUN apt-get update && apt-get install -y redis-server supervisor adduser sudo
22
 
23
  RUN useradd -m rabil && echo "rabil:rabil" | chpasswd && adduser rabil sudo
24
  RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers