randydev commited on
Commit
9f33b74
·
verified ·
1 Parent(s): bfbe4f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM rendyprojects/python:latest
2
 
3
- WORKDIR /app/
4
 
5
  RUN apt -qq update
6
  RUN apt -qq install -y --no-install-recommends \
@@ -13,7 +13,7 @@ WORKDIR /app/
13
  ffmpeg \
14
  neofetch
15
 
16
- COPY . .
17
 
18
  RUN pip3 install --upgrade pip setuptools==59.6.0
19
  RUN pip3 install -r requirements.txt
 
1
  FROM rendyprojects/python:latest
2
 
3
+ WORKDIR /app
4
 
5
  RUN apt -qq update
6
  RUN apt -qq install -y --no-install-recommends \
 
13
  ffmpeg \
14
  neofetch
15
 
16
+ COPY . /app
17
 
18
  RUN pip3 install --upgrade pip setuptools==59.6.0
19
  RUN pip3 install -r requirements.txt