th0mascat commited on
Commit
c7c76a5
1 Parent(s): 930073d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.11
2
 
3
- COPY requirements.txt .
4
 
5
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
6
 
 
1
  FROM python:3.11
2
 
3
+ COPY . .
4
 
5
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
6