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