You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@flaviofilipe Seems that I've deleted the pull request branch too fast. I've seen it today and I've just recreated it againt.
Can you take a look at it?
Create a Docker file to run the FastAPI project
As a Develop, I can run the
docker build
and thendocker run ...
and run the project at port 8000Requirements
Use Python 3.11
Install Poetry via pip
pip install poetry==1.2.2
Expose Port = 8000
Run the command:
task run
Update README.md with steps to run the Dockerfile locally.
thoughts
This docker image could be updated to the docker hub and easily run in my project
The text was updated successfully, but these errors were encountered: