mirror of https://github.com/tiangolo/fastapi.git
📝 Fix link from deployment to bigger applications
This commit is contained in:
parent
e21ba7646a
commit
3cae2ccbae
|
|
@ -39,7 +39,7 @@ COPY ./app /app
|
||||||
|
|
||||||
#### Bigger Applications
|
#### Bigger Applications
|
||||||
|
|
||||||
If you followed the section about creating <a href="" target="_blank">Bigger Applications with Multiple Files
|
If you followed the section about creating <a href="https://fastapi.tiangolo.com/tutorial/bigger-applications/" target="_blank">Bigger Applications with Multiple Files
|
||||||
</a>, your `Dockerfile` might instead look like:
|
</a>, your `Dockerfile` might instead look like:
|
||||||
|
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
* Fix typo in docs. PR <a href="https://github.com/tiangolo/fastapi/pull/76" target="_blank">#76</a> by <a href="https://github.com/matthewhegarty" target="_blank">@matthewhegarty</a>.
|
* Fix typo in docs. PR <a href="https://github.com/tiangolo/fastapi/pull/76" target="_blank">#76</a> by <a href="https://github.com/matthewhegarty" target="_blank">@matthewhegarty</a>.
|
||||||
|
|
||||||
|
* Fix link in "Deployment" to "Bigger Applications".
|
||||||
|
|
||||||
## 0.8.0
|
## 0.8.0
|
||||||
|
|
||||||
* Make development scripts executable. PR <a href="https://github.com/tiangolo/fastapi/pull/76" target="_blank">#76</a> by <a href="https://github.com/euri10" target="_blank">@euri10</a>.
|
* Make development scripts executable. PR <a href="https://github.com/tiangolo/fastapi/pull/76" target="_blank">#76</a> by <a href="https://github.com/euri10" target="_blank">@euri10</a>.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue