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