fixed bugs

This commit is contained in:
2024-09-27 14:13:23 -04:00
parent 4640b9cb29
commit bcd2ab6113
5 changed files with 28 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ RUN mkdir -p /app
COPY requirements.txt /app
WORKDIR /app
RUN pip3 install setuptools
RUN pip3 install -r requirements.txt
EXPOSE 8001