diff options
-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", "-" ] |
index : crabravebot | ||
bot for overlaying text on crab rave |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Dockerfile | 2 |
@@ -9,4 +9,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . +EXPOSE 8000 + CMD [ "gunicorn", "-w", "1", "bot:app", "--log-file", "-" ] |