Cleanup README and Dockerfile

This commit is contained in:
2022-06-08 18:38:20 +01:00
parent 1c37f55987
commit 133bbae695
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
FROM python:3.9-alpine
WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt
ENTRYPOINT python smsbot.py
RUN pip install .
ENTRYPOINT smsbot