Loading md_to_docx_converter/Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,9 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \ # Set working directory WORKDIR /app # Copy requirements.txt first for better caching COPY requirements.txt /app/requirements.txt # Install Python dependencies RUN pip install --no-cache-dir -r /app/requirements.txt Loading Loading
md_to_docx_converter/Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,9 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \ # Set working directory WORKDIR /app # Copy requirements.txt first for better caching COPY requirements.txt /app/requirements.txt # Install Python dependencies RUN pip install --no-cache-dir -r /app/requirements.txt Loading