Try to add support for static files to the environment.
This commit is contained in:
parent
79fc061a2b
commit
ecc2b6a68f
1 changed files with 4 additions and 0 deletions
|
@ -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/"
|
Reference in a new issue