mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
fix: ensure the python app has a requirements.txt file
Without this, detection will fail on the heroku/python buildpack.
This commit is contained in:
@@ -314,4 +314,7 @@ EOF
|
||||
cat <<EOF >"$APP_REPO_DIR/Aptfile"
|
||||
hello
|
||||
EOF
|
||||
|
||||
echo "injecting requirements.txt -> $APP_REPO_DIR/requirements.txt"
|
||||
touch "$APP_REPO_DIR/requirements.txt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user