imperialwool commited on
Commit
c23354a
1 Parent(s): 09338aa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -8,8 +8,6 @@ RUN apt update
8
 
9
  RUN apt install ffmpeg python3 python3-pip -y
10
 
11
- WORKDIR /
12
-
13
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
14
 
15
  CMD ["python3", "app.py"]
 
8
 
9
  RUN apt install ffmpeg python3 python3-pip -y
10
 
 
 
11
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
12
 
13
  CMD ["python3", "app.py"]