diff options
| author | Michael Grote | 2023-04-12 16:28:16 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-12 16:28:16 +0200 |
| commit | 8a7a5ecd224a291f6b1ad95d239051eccad8e1cf (patch) | |
| tree | 694ea20038d22dd0835e9062d9aa4671731a477c /Dockerfile | |
| parent | cc5e40b5f5adbd9270e41b96eeb76710ac6f8f2a (diff) | |
set port explicit
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,4 +19,4 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 5000 -CMD [ "python3", "-m" , "flask", "run"] +CMD [ "python3", "-m" , "flask", "run", "--port", "5000", "--host", "0.0.0.0"] |