aws / aws/aws-eb-python-dockerfiles
WSGI_PATH check multiple levels to find wsgi.py
- 主要言語
- Shell
- スター
- 61
- フォーク
- 33
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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!
コントリビューションガイド
調査の方向性
Inspect the base image startup configuration where WSGI_PATH is currently set, then reproduce the nested /backend/mysite/wsgi.py layout shown in the issue. The change is done when the image can locate wsgi.py at multiple folder depths while retaining support for the existing layout.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- docker, python, shell
- 領域
- backend, devops
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100