updated requirements.txt filename in docker

This commit is contained in:
2024-01-11 05:39:03 +00:00
rodzic 3b0e283a9c
commit 743880926f
+1 -1
Wyświetl plik
@@ -8,7 +8,7 @@ WORKDIR /opt/bussinesscards
COPY . . COPY . .
# Install any needed packages specified in requirements.txt # Install any needed packages specified in requirements.txt
RUN pip install --no-cache-dir -r mainrequirements.txt RUN pip install --no-cache-dir -r requirement.txt
# Make port 80 available to the world outside this container # Make port 80 available to the world outside this container
EXPOSE 1112 EXPOSE 1112