Hi, while running the command fly launch I’m getting following error:
“Could not find a Dockerfile, nor detect a runtime or framework from source code. Continuing with a blank app.”
For some reason fly is not able to detect my django app. Please help if someone knows the resolution. Thanks!
Which dependency tool are you using?
Can you verify if you have Django
in your requirements.txt
/Pipfile
/pyproject.toml
? That’s how fly launch detects your Django app.
Yes I have django in my requirement.txt file
Just to make sure, is your file named requirements.txt
with s
? (instead of requirement.txt
)
It worked! I renamed the file to requirements.txt
. Thanks!
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.