SteveCelticus commited on
Commit
85db436
·
verified ·
1 Parent(s): 00d1684

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN git clone https://github.com/SteveCelticus/httpsstream.git
12
 
13
  # Copy the current directory contents into the container at /app
14
  # (including run.py, filmpertutti.py, and requirements.txt)
15
- ADD . /app
16
 
17
  # Install any needed packages specified in requirements.txt
18
  RUN pip install --no-cache-dir -r requirements.txt
 
12
 
13
  # Copy the current directory contents into the container at /app
14
  # (including run.py, filmpertutti.py, and requirements.txt)
15
+ # ADD . /app
16
 
17
  # Install any needed packages specified in requirements.txt
18
  RUN pip install --no-cache-dir -r requirements.txt