Skip to content

Commit cdc62dc

Browse files
author
Craig
committed
updated readme
1 parent d349e42 commit cdc62dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Python bjoern Docker Container
1+
# Python Bjoern Docker Container
22

33
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
55
based on the [official python containers](https://hub.docker.com/_/python). The `-slim` versions are based on the similarly named python versions.
66

77
[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
3636
-e flag to the docker call.
3737

3838
### 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.
4040

4141

4242
### Variables
4343

4444
#### `MODULE_NAME`
4545

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.
4747

4848
By default:
4949

@@ -83,7 +83,7 @@ docker run -d -p 80:80 -e VARIABLE_NAME="api" myimage
8383

8484
#### `APP_MODULE`
8585

86-
The string with the Python module and the variable name passed to Waitress.
86+
The string with the Python module and the variable name passed to Bjoern.
8787

8888
By default, set based on the variables `MODULE_NAME` and `VARIABLE_NAME`:
8989

0 commit comments

Comments
 (0)