nglaeser / CybersecSite

Website for the USC Cybersecurity Club
1 stars 0 forks source link

Fix docker support #19

Closed jyn514 closed 6 years ago

jyn514 commented 6 years ago

Problem description

Site gives only a TCP RST packet when run from docker. Works fine when run with python app.py

Steps to reproduce (if applicable)

docker-compose up Navigate to localhost:5000

Desired outcome

Have site be visible when run with docker

See also https://github.com/nglaeser/CybersecSite/pull/17

clayscode commented 6 years ago

app.run() just needs to be changed to app.run(hot='0.0.0.0') in app.py