Fixed VS Code interface: using working app.py with enhanced UI
Browse files- 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
|
| 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
|