Created
March 16, 2020 13:52
-
-
Save paulmwatson/e29d2c1bca26d9ce87e36e986e64083c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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