Fix Dockerfile to copy all Python files including pdf_utils and format_converter
This commit is contained in:
@@ -12,7 +12,7 @@ COPY requirements.txt .
|
|||||||
RUN pip install --upgrade pip && pip install -r requirements.txt
|
RUN pip install --upgrade pip && pip install -r requirements.txt
|
||||||
|
|
||||||
# Copy backend code
|
# Copy backend code
|
||||||
COPY main.py .
|
COPY *.py .
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user