drewThomasson commited on
Commit
6fa22f7
·
verified ·
1 Parent(s): 9c7dff6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/ebook2audiobook
20
 
21
  # Clone the GitHub repository
22
- RUN git clone https://github.com/DrewThomasson/ebook2audiobook.git /home/user/ebook2audiobook
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