Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 434 Bytes

competitions-chabot

Create a new .env file from the .env_sample:

cp .env_sample .env

Make sure to change the Heroku API key and the Special Secret to their appropriate values

Then run the app

docker-compose up -d

Use serveo and autossh to open the FLASK_PORT from the .env file and keep it open.

autossh -R chabot:80:localhost:<this should match FLASK_PORT> serveo.net