update for image url

This commit is contained in:
Mohamed Nouffer
2022-11-05 14:31:55 +05:30
parent e43df5cf29
commit 1f49a1b038
8 changed files with 257 additions and 27 deletions

View File

@ -49,6 +49,10 @@ RUN apt-get update
COPY ./requirements.txt /app/requirements.txt
#COPY ./wait-for.sh .
#RUN ["chmod", "+x", "wait-for.sh"]
RUN pip install -r requirements.txt
COPY . /app