PadmasaliGovardhan commited on
Commit
8d21c22
·
1 Parent(s): ba559a6

Dockerfile file adding

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -11,7 +11,8 @@ RUN pip install --no-cache-dir -r /code/requirements.txt
11
 
12
  # Copy your app files
13
  COPY app /code/app
14
- COPY app.py /code/app.py
 
15
 
16
  # Expose Hugging Face’s port
17
  EXPOSE 7860
 
11
 
12
  # Copy your app files
13
  COPY app /code/app
14
+ COPY main_entry.py /code/app.py
15
+
16
 
17
  # Expose Hugging Face’s port
18
  EXPOSE 7860