Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
|
26 |
ENV DATABASE_URL=postgresql://postadmin:postpass@localhost/siksalaya
|
27 |
|
28 |
# Make port 80 available to the world outside this container
|
29 |
-
EXPOSE
|
30 |
|
31 |
# Add and give execution permissions to the startup script
|
32 |
COPY start.sh start.sh
|
|
|
26 |
ENV DATABASE_URL=postgresql://postadmin:postpass@localhost/siksalaya
|
27 |
|
28 |
# Make port 80 available to the world outside this container
|
29 |
+
EXPOSE 7860
|
30 |
|
31 |
# Add and give execution permissions to the startup script
|
32 |
COPY start.sh start.sh
|