Jaiwincr7 commited on
Commit
ea450ca
·
1 Parent(s): d4a09e1

FINAL DOCKERFIX: Ensuring Dockerfile copies pdf_utils.py instead of the nonexistent main.py.

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ EXPOSE 8501
9
 
10
  # Copy the requirements file and application code
11
  COPY requirements.txt .
12
- COPY main.py .
13
  COPY merged.py .
14
  COPY app.py .
15
 
 
9
 
10
  # Copy the requirements file and application code
11
  COPY requirements.txt .
12
+ COPY pdf_utils.py .
13
  COPY merged.py .
14
  COPY app.py .
15