fix
This commit is contained in:
parent
6645d4a375
commit
e6671faf0b
@ -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
|
Loading…
x
Reference in New Issue
Block a user