Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 &
|