Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
| 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
|