ashwinR commited on
Commit
6f0319c
1 Parent(s): 1de79ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ COPY ./ .
44
  RUN service redis-server start && /usr/local/pgsql/bin/pg_ctl start -D /usr/local/pgsql/data -l logfile &
45
 
46
  # Install additional Python dependencies
47
- RUN pip install -U -q pyngrok ipython psycopg2 alembic
48
 
49
  # Create PostgreSQL users and databases in the background
50
  RUN su -c "psql -c \"CREATE USER postadmin WITH PASSWORD 'postpass';\"" postgres &
 
44
  RUN service redis-server start && /usr/local/pgsql/bin/pg_ctl start -D /usr/local/pgsql/data -l logfile &
45
 
46
  # Install additional Python dependencies
47
+ #RUN pip install -U -q pyngrok ipython psycopg2 alembic
48
 
49
  # Create PostgreSQL users and databases in the background
50
  RUN su -c "psql -c \"CREATE USER postadmin WITH PASSWORD 'postpass';\"" postgres &