annother hexxo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simple_Not 2023-07-12 01:56:16 +10:00
parent 16a249c9d4
commit 55f0db1a33
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File