diff options
| author | Michael Grote | 2023-04-13 15:00:03 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-13 15:00:03 +0200 |
| commit | 943662a77f137484bb46664a6a336504b3b2527b (patch) | |
| tree | da94e9c6f237df8cff90ba79fe7a5f530f770c92 /Dockerfile | |
| parent | 1950d759baefe243d391cd63cd07b4973c46d362 (diff) | |
fix dockerfile
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ WORKDIR /app COPY requirements.txt . COPY app.py . +COPY gunicorn_config.py . RUN pip install --no-cache-dir -r requirements.txt |