mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 13:06:43 +00:00
Update docs/fr/docs/deployment/docker.md
Co-authored-by: Sam Courtemanche <smlep.pro@gmail.com>
This commit is contained in:
parent
999799e159
commit
d6ea669d37
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ COPY ./app /app
|
||||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]
|
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Créez le code **FastAPI**.
|
## Créer le code **FastAPI**.
|
||||||
|
|
||||||
* Créer un répertoire `app` et y entrer.
|
* Créer un répertoire `app` et y entrer.
|
||||||
* Créez un fichier `main.py` avec :
|
* Créez un fichier `main.py` avec :
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue