Merge pull request #4617 from dokku/actual-null

Actually use the null buildpack for the sample python app
This commit is contained in:
Jose Diaz-Gonzalez
2021-05-31 16:36:52 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +0,0 @@
flask

View File

@@ -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"
}