Steveeeeeeen HF staff commited on
Commit
d9791b4
·
verified ·
1 Parent(s): 803b842

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -46,7 +46,7 @@ WORKDIR /app
46
  RUN git clone https://github.com/Zyphra/Zonos.git && cd Zonos
47
 
48
  # Copy application files
49
- COPY . .
50
 
51
  # Install Python dependencies
52
  RUN uv pip install --system -e . && uv pip install --system -e .[compile]
 
46
  RUN git clone https://github.com/Zyphra/Zonos.git && cd Zonos
47
 
48
  # Copy application files
49
+ WORKDIR /app/Zonos
50
 
51
  # Install Python dependencies
52
  RUN uv pip install --system -e . && uv pip install --system -e .[compile]