diff options
| -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 |
| index : python-api-server | |
| a small flask-application for storing and downloading stuff like small binaries | mg |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | Dockerfile | 1 |
@@ -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 |