Basti1110 commited on
Commit
6d686c6
·
verified ·
1 Parent(s): 919a666

COPY requirements.txt . RUN pip install -r requirements.txt

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,3 +11,5 @@ EXPOSE 7860
11
 
12
  CMD ["npm", "start"]
13
 
 
 
 
11
 
12
  CMD ["npm", "start"]
13
 
14
+ COPY requirements.txt .
15
+ RUN pip install -r requirements.txt