Skip to content

Instantly share code, notes, and snippets.

@Kotauror
Last active October 24, 2018 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kotauror/b7fb289ddf80c16f67898ac79e24d4bc to your computer and use it in GitHub Desktop.
Save Kotauror/b7fb289ddf80c16f67898ac79e24d4bc to your computer and use it in GitHub Desktop.
start.sh
cd /var/www/html/
nohup sudo flask run --port=80 --host=0.0.0.0 > /dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment