ashwinR commited on
Commit
e3cc01e
·
1 Parent(s): c2113b3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ COPY ./ .
44
  # Create PostgreSQL users and databases in the background
45
  #RUN service redis-server start \
46
  # && service postgresql start
47
- RUN apt-get update && apt-get install -y supervisor redis-server postgresql-12
48
 
49
  # Copying supervisor configuration file to container
50
  ADD supervisor.conf /etc/supervisor.conf
 
44
  # Create PostgreSQL users and databases in the background
45
  #RUN service redis-server start \
46
  # && service postgresql start
47
+ RUN apt-get update && apt-get install -y supervisor redis-server postgresql
48
 
49
  # Copying supervisor configuration file to container
50
  ADD supervisor.conf /etc/supervisor.conf