fix dockerfikle
This commit is contained in:
parent
59ad5040e3
commit
25280232db
@ -4,7 +4,7 @@ COPY requirements.txt ./
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y python3-pip
|
||||
RUN pip3 install --user -r ./requirements.txt
|
||||
RUN pip3 install -r ./requirements.txt
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user