diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,4 +9,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . +EXPOSE 8000 + CMD [ "gunicorn", "-w", "1", "bot:app", "--log-file", "-" ] |