fix
This commit is contained in:
parent
6645d4a375
commit
e6671faf0b
@ -1,5 +1,4 @@
|
|||||||
FROM python:3.10-slim
|
FROM python:3.10-slim
|
||||||
WORKDIR /app
|
COPY . /
|
||||||
COPY . /app
|
|
||||||
RUN python -m pip install requests
|
RUN python -m pip install requests
|
||||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
python /app/send_message.py
|
python /send_message.py
|
Loading…
x
Reference in New Issue
Block a user