Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ FROM python:3.13.5-slim
|
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
# Copy setup script and make it executable
|
| 6 |
-
COPY requirements.txt
|
| 7 |
COPY setup.sh .
|
| 8 |
RUN chmod +x setup.sh
|
| 9 |
|
|
|
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
# Copy setup script and make it executable
|
| 6 |
+
COPY requirements.txt .
|
| 7 |
COPY setup.sh .
|
| 8 |
RUN chmod +x setup.sh
|
| 9 |
|