Jofthomas commited on
Commit
8cdda7c
·
verified ·
1 Parent(s): 8cc558e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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