updated requirements.txt filename in docker

Bu işleme şunda yer alıyor:
2024-01-11 06:00:13 +00:00
ebeveyn 436a8c0dce
işleme ada61d977d
+2 -1
Dosyayı Görüntüle
@@ -8,7 +8,8 @@ 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 requirement.txt RUN apt update && apt install -y libgl1-mesa-glx && apt --fix-broken install && \
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