ashwinR commited on
Commit
1979bc2
·
1 Parent(s): 1f78db7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,7 +43,7 @@ COPY ./ .
43
 
44
  # Create PostgreSQL users and databases in the background
45
  RUN service redis-server start \
46
- && service postgresql start \
47
 
48
  #RUN pg_ctl start -D /usr/local/pgsql/data -l logfile \
49
  # && psql -c "CREATE USER postadmin WITH PASSWORD 'postpass';" \
 
43
 
44
  # Create PostgreSQL users and databases in the background
45
  RUN service redis-server start \
46
+ && service postgresql start
47
 
48
  #RUN pg_ctl start -D /usr/local/pgsql/data -l logfile \
49
  # && psql -c "CREATE USER postadmin WITH PASSWORD 'postpass';" \