Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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';" \
|