rairo commited on
Commit
d79d44c
·
verified ·
1 Parent(s): 4a56120

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ RUN pip install --no-cache-dir -r requirements.txt \
40
  "azure-cognitiveservices-speech>=1.46.0" "azure-core>=1.36.0"
41
 
42
  # 5. Copy Server Code
43
- COPY app.py .
44
 
45
  # 6. Security: Create non-root user (Mandatory for HF Spaces)
46
  RUN useradd -m -u 1000 user
 
40
  "azure-cognitiveservices-speech>=1.46.0" "azure-core>=1.36.0"
41
 
42
  # 5. Copy Server Code
43
+ COPY . .
44
 
45
  # 6. Security: Create non-root user (Mandatory for HF Spaces)
46
  RUN useradd -m -u 1000 user