diff options
| author | Michael Grote | 2023-04-13 14:58:39 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-13 14:58:39 +0200 |
| commit | 1950d759baefe243d391cd63cd07b4973c46d362 (patch) | |
| tree | 07975f53461592e9a849594b3aadd649a219548f /Dockerfile | |
| parent | e15c6e472713206521e1013807e637a7f31badbd (diff) | |
add gunicorn 2
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,4 +19,6 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 5000 -CMD [ "python3", "-m" , "flask", "run", "--port", "5000", "--host", "0.0.0.0"] + +#CMD [ "python3", "-m" , "flask", "run", "--port", "5000", "--host", "0.0.0.0"] +CMD [ "python3", "-m" , "gunicorn", "app:app", "-c", "gunicorn_config.py"] |