This commit is contained in:
parent
16a249c9d4
commit
55f0db1a33
@ -8,7 +8,7 @@ COPY ./reqs.txt /app/reqs.txt
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# install the dependencies and packages in the requirements file
|
# install the dependencies and packages in the requirements file
|
||||||
RUN pip install -r reqs.txt
|
RUN pip install -r reqs0.txt
|
||||||
|
|
||||||
# copy every content from the local file to the image
|
# copy every content from the local file to the image
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
Loading…
Reference in New Issue
Block a user