@@ -6,7 +6,36 @@ A multiarchitecture container image for running Python with Uvicorn.
6
6
Looking for the containers? [ Head over to the Github Container Registry] ( https://github.com/multi-py/python-uvicorn/pkgs/container/python-uvicorn ) !
7
7
8
8
<!-- ts-->
9
-
9
+ * [ python-uvicorn] ( #python-uvicorn )
10
+ * [ Benefits] ( #benefits )
11
+ * [ Multi Architecture Builds] ( #multi-architecture-builds )
12
+ * [ Small Images via Multi Stage Builds] ( #small-images-via-multi-stage-builds )
13
+ * [ No Rate Limits] ( #no-rate-limits )
14
+ * [ Rapid Building of New Versions] ( #rapid-building-of-new-versions )
15
+ * [ Regular Updates] ( #regular-updates )
16
+ * [ How To] ( #how-to )
17
+ * [ Using the Full Image] ( #using-the-full-image )
18
+ * [ Using the Slim Image] ( #using-the-slim-image )
19
+ * [ Copy Just the Packages] ( #copy-just-the-packages )
20
+ * [ Add Your App] ( #add-your-app )
21
+ * [ PreStart Script] ( #prestart-script )
22
+ * [ Environmental Variables] ( #environmental-variables )
23
+ * [ PORT] ( #port )
24
+ * [ LOG_LEVEL] ( #log_level )
25
+ * [ MODULE_NAME] ( #module_name )
26
+ * [ VARIABLE_NAME] ( #variable_name )
27
+ * [ APP_MODULE] ( #app_module )
28
+ * [ PRE_START_PATH] ( #pre_start_path )
29
+ * [ RELOAD] ( #reload )
30
+ * [ UVICORN_EXTRA_FLAGS] ( #uvicorn_extra_flags )
31
+ * [ Python Versions] ( #python-versions )
32
+ * [ Image Variants] ( #image-variants )
33
+ * [ Full] ( #full )
34
+ * [ Slim] ( #slim )
35
+ * [ Architectures] ( #architectures )
36
+ * [ Sponsorship] ( #sponsorship )
37
+ * [ Tags] ( #tags )
38
+ * [ Older Tags] ( #older-tags )
10
39
<!-- te-->
11
40
12
41
## Benefits
0 commit comments