Update docs/fr/docs/deployment/docker.md

Co-authored-by: Sam Courtemanche <smlep.pro@gmail.com>
This commit is contained in:
Ruidy 2021-08-22 10:35:20 +02:00 committed by GitHub
parent 999799e159
commit d6ea669d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ COPY ./app /app
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éez un fichier `main.py` avec :