OsamaBinLikhon commited on
Commit
e57f9c2
·
verified ·
1 Parent(s): 2af0649

Fixed VS Code interface: using working app.py with enhanced UI

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ WORKDIR /home/user
27
  RUN pip3 install requests
28
 
29
  # Copy VS Code web interface
30
- COPY app_vscode.py /home/user/app.py
31
 
32
  # Set environment variables
33
  ENV PORT=7860
 
27
  RUN pip3 install requests
28
 
29
  # Copy VS Code web interface
30
+ COPY app.py /home/user/app.py
31
 
32
  # Set environment variables
33
  ENV PORT=7860