update dockerfiles

This commit is contained in:
makaveli10
2024-01-10 14:30:57 +00:00
parent a26f990586
commit 71a062b726
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ RUN apt install python3-pip -y
RUN mkdir /app
WORKDIR /app
COPY setup.sh /app
COPY scripts/setup.sh /app
COPY requirements/ /app
RUN bash setup.sh