Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -16,10 +16,10 @@ USER user
|
|
16 |
ENV PATH="/home/user/.local/bin:$PATH"
|
17 |
|
18 |
# Set working directory
|
19 |
-
WORKDIR /home/user/
|
20 |
|
21 |
# Clone the GitHub repository
|
22 |
-
RUN git clone https://github.com/DrewThomasson/ebook2audiobook.git /home/user/
|
23 |
|
24 |
# Install Python dependencies
|
25 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
16 |
ENV PATH="/home/user/.local/bin:$PATH"
|
17 |
|
18 |
# Set working directory
|
19 |
+
WORKDIR /home/user/app
|
20 |
|
21 |
# Clone the GitHub repository
|
22 |
+
RUN git clone https://github.com/DrewThomasson/ebook2audiobook.git /home/user/app
|
23 |
|
24 |
# Install Python dependencies
|
25 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|