ashwinR commited on
Commit
4add580
1 Parent(s): 42b2274

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 80
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