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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# Python bjoern Docker Container
1
+
# Python Bjoern Docker Container
2
2
3
3
A Docker container to run a WSGI Python application using
4
-
[bjoern](https://github.com/jonashaag/bjoern). Images support python 3.6+ and are
4
+
[Bjoern](https://github.com/jonashaag/bjoern). Images support python 3.6+ and are
5
5
based on the [official python containers](https://hub.docker.com/_/python). The `-slim` versions are based on the similarly named python versions.
6
6
7
7
[Pull from Docker Hub](https://hub.docker.com/r/tecktron/python-bjoern/)
@@ -36,14 +36,14 @@ All options can be set using environment variables. These can be passed either i
36
36
-e flag to the docker call.
37
37
38
38
### Prestart Script
39
-
If you need to run any startup commands before Waitress runs (an example might be running migrations) you can override the `prestart.sh` script. This script should live within the `/app` directory in the container. The image will automatically detect and run it before starting Waitress.
39
+
If you need to run any startup commands before Bjoern runs (an example might be running migrations) you can override the `prestart.sh` script. This script should live within the `/app` directory in the container. The image will automatically detect and run it before starting Bjoern.
40
40
41
41
42
42
### Variables
43
43
44
44
#### `MODULE_NAME`
45
45
46
-
The Python "module" (file) to be imported by Waitress, this module would contain the actual application in a variable.
46
+
The Python "module" (file) to be imported by Bjoern, this module would contain the actual application in a variable.
0 commit comments