Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -14,7 +14,6 @@ RUN uv pip install -r requirements.txt
|
|
14 |
|
15 |
# Copy application code
|
16 |
COPY server.py .
|
17 |
-
COPY client.py .
|
18 |
|
19 |
# Expose the port the server runs on
|
20 |
EXPOSE 8050
|
|
|
14 |
|
15 |
# Copy application code
|
16 |
COPY server.py .
|
|
|
17 |
|
18 |
# Expose the port the server runs on
|
19 |
EXPOSE 8050
|