💚 Fix ARM build and startup of container
This commit is contained in:
parent
fc0728c756
commit
3d602eacf9
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ FROM python:3.12-alpine
|
|||
|
||||
WORKDIR /bot
|
||||
|
||||
RUN apk update && apk add python3-dev gcc libc-dev
|
||||
RUN apk update && apk add python3-dev gcc libc-dev libffi-dev
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["python", "bot.py"]
|
||||
CMD ["python", "-m", "matrix_bot_praying_times"]
|
||||
|
|
Loading…
Reference in a new issue