renamed requirement.txt in dockerfile

Этот коммит содержится в:
2024-01-10 10:22:11 +00:00
родитель 0eb7b9c458
Коммит e6141cfe7c
+1 -1
Просмотреть файл
@@ -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 requirements.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