Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -7,10 +7,9 @@ WORKDIR /app
|
|
| 7 |
RUN apt-get update && apt-get install -y git
|
| 8 |
|
| 9 |
# Clone the repository
|
| 10 |
-
RUN git clone https://github.com/UrloMythus/
|
| 11 |
|
| 12 |
# Copy the local config.json file to the container
|
| 13 |
-
COPY config.json /app/config.json
|
| 14 |
|
| 15 |
# Install any needed packages specified in requirements.txt
|
| 16 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 7 |
RUN apt-get update && apt-get install -y git
|
| 8 |
|
| 9 |
# Clone the repository
|
| 10 |
+
RUN git clone https://github.com/UrloMythus/009.git .
|
| 11 |
|
| 12 |
# Copy the local config.json file to the container
|
|
|
|
| 13 |
|
| 14 |
# Install any needed packages specified in requirements.txt
|
| 15 |
RUN pip install --no-cache-dir -r requirements.txt
|