diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-03-25 20:04:43 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-03-25 20:04:43 +0100 |
commit | b4fb50ebf2127aff85d30871fd4b13af1edd52c7 (patch) | |
tree | 0232df9ff22f3deaf6319c4a746fb3821c2f29bb /container/gunicorn.conf.py | |
parent | 897d53087a4c3c3338738cf6c297d4a551216e01 (diff) | |
download | fietsboek-b4fb50ebf2127aff85d30871fd4b13af1edd52c7.tar.gz fietsboek-b4fb50ebf2127aff85d30871fd4b13af1edd52c7.tar.bz2 fietsboek-b4fb50ebf2127aff85d30871fd4b13af1edd52c7.zip |
add an initial Dockerfile
Diffstat (limited to 'container/gunicorn.conf.py')
-rw-r--r-- | container/gunicorn.conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/container/gunicorn.conf.py b/container/gunicorn.conf.py new file mode 100644 index 0000000..dc574f2 --- /dev/null +++ b/container/gunicorn.conf.py @@ -0,0 +1 @@ +bind = "0.0.0.0:8000" |