Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ WORKDIR /app
|
|
| 28 |
RUN git clone --recursive https://github.com/jnjaby/KEEP.git .
|
| 29 |
|
| 30 |
# Copy the app.py script into the container
|
| 31 |
-
COPY app.py
|
| 32 |
|
| 33 |
# Install Python dependencies from requirements.txt
|
| 34 |
RUN pip install --upgrade pip
|
|
|
|
| 28 |
RUN git clone --recursive https://github.com/jnjaby/KEEP.git .
|
| 29 |
|
| 30 |
# Copy the app.py script into the container
|
| 31 |
+
COPY app.py .
|
| 32 |
|
| 33 |
# Install Python dependencies from requirements.txt
|
| 34 |
RUN pip install --upgrade pip
|