Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,7 +28,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
28 |
pip install --no-cache-dir -r requirements.txt
|
29 |
|
30 |
# Copy the application code into the container
|
31 |
-
COPY
|
32 |
COPY main.py .
|
33 |
|
34 |
# Create the default model directory and a temp directory
|
|
|
28 |
pip install --no-cache-dir -r requirements.txt
|
29 |
|
30 |
# Copy the application code into the container
|
31 |
+
COPY mdr_pdf_parser.py .
|
32 |
COPY main.py .
|
33 |
|
34 |
# Create the default model directory and a temp directory
|