Skip to content

Instantly share code, notes, and snippets.

@paulmwatson
Created March 16, 2020 13:52
Show Gist options
  • Save paulmwatson/e29d2c1bca26d9ce87e36e986e64083c to your computer and use it in GitHub Desktop.
Save paulmwatson/e29d2c1bca26d9ce87e36e986e64083c to your computer and use it in GitHub Desktop.
container_commands:
01mkdir:
command: "mkdir -p /home/wsgi"
02chown:
command: "chown wsgi:wsgi /home/wsgi"
03chmod:
command: "chmod u+xwr -R /home/wsgi"
04chmod:
command: "chmod u+xwr -R /opt/python/ondeck/app"
05downloadmodel:
command: "./download-model.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment