mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-23 14:49:30 +00:00
9 lines
115 B
Docker
9 lines
115 B
Docker
FROM python:3
|
|
|
|
WORKDIR /app
|
|
|
|
COPY . /app
|
|
|
|
RUN pip install -r requirements.txt
|
|
|
|
ENTRYPOINT python Twilio2Telegram.py |