This commit is contained in:
@ -1,7 +1,9 @@
|
|||||||
FROM python:3.13-bookworm
|
FROM python:3.13-bookworm
|
||||||
|
|
||||||
COPY ./src /src
|
COPY ./src /src
|
||||||
|
COPY ./requirements.txt /src
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN apt update
|
||||||
|
RUN pip install -r /src/requirements.txt
|
||||||
|
|
||||||
CMD [ "python", "/src/main.py" ]
|
CMD [ "python", "/src/main.py" ]
|
||||||
Reference in New Issue
Block a user