Try to add support for static files to the environment.

This commit is contained in:
yackob03 2013-09-30 16:55:23 -04:00
parent 79fc061a2b
commit ecc2b6a68f

View file

@ -32,3 +32,7 @@ container_commands:
# https://github.com/leetreveil/elasticbeanstalk-python27/commit/3b3c955cfe686b9df77e0dddaf299ce6e1a20f32
01replacewsgiconf:
command: scp /opt/python/ondeck/app/wsgi.conf /opt/python/ondeck/wsgi.conf
option_settings:
"aws:elasticbeanstalk:container:python:staticfiles":
"/static/": "static/"