1
0
This commit is contained in:
yamaks2306 2022-04-22 18:30:14 +03:00
parent 6645d4a375
commit e6671faf0b
2 changed files with 3 additions and 4 deletions

@ -1,5 +1,4 @@
FROM python:3.10-slim
WORKDIR /app
COPY . /app
COPY . /
RUN python -m pip install requests
ENTRYPOINT ["/app/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

@ -1,2 +1,2 @@
#!/bin/bash
python /app/send_message.py
python /send_message.py