Files
smsbot/Dockerfile

5 lines
83 B
Docker

FROM python:3.9-alpine
WORKDIR /app
COPY . /app
RUN pip install .
ENTRYPOINT smsbot