mirror of
https://github.com/miloszowi/everyone-mention-telegram-bot.git
synced 2025-10-10 09:05:57 +00:00
Firebase to MongoDB change, updated README.md, removed entrypoint.py and heroku-specific files
Author: miloszowi<miloszweb@gmail.com>
This commit is contained in:
7
Dockerfile
Executable file
7
Dockerfile
Executable file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.8-buster
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
COPY ./src/requirements.txt /src
|
||||
RUN pip install -r ./requirements.txt
|
||||
|
Reference in New Issue
Block a user