aws / aws/aws-eb-python-dockerfiles

WSGI_PATH check multiple levels to find wsgi.py

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
61
Forks
33
PR merge metrics
No merged PRs in 30d

Description

In addition would be great if your base image support multiple folder depths. wsgi.py is not always located one level deep. Especially if you have multiple django apps, you may want a command such as:

WSGI_PATH=`find /var/app | egrep 'wsgi.py'`

This would allow more projects based on this docker image, using a project structure such as:

/backend
/polls
/mysite
wysgi.py
/frontend
gulpfile.js
package.json
/src

Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.