Hemang1915 commited on
Commit
470e97e
·
1 Parent(s): 4771a46

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ COPY requirements.txt .
18
  RUN pip install --no-cache-dir -r requirements.txt
19
 
20
  # Copy application code and model files
21
- COPY main.py .
22
  COPY model.h5 .
23
  COPY tokenizer.pkl .
24
  COPY le_category.pkl .
 
18
  RUN pip install --no-cache-dir -r requirements.txt
19
 
20
  # Copy application code and model files
21
+ COPY app.py .
22
  COPY model.h5 .
23
  COPY tokenizer.pkl .
24
  COPY le_category.pkl .