Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.12.4
|
|
5 |
COPY . .
|
6 |
|
7 |
# Set the working directory to /
|
8 |
-
WORKDIR /
|
9 |
|
10 |
# Install requirements.txt
|
11 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
|
|
5 |
COPY . .
|
6 |
|
7 |
# Set the working directory to /
|
8 |
+
WORKDIR /app
|
9 |
|
10 |
# Install requirements.txt
|
11 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|