3v324v23 commited on
Commit
cf66792
·
1 Parent(s): 4db7a9b
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -31,6 +31,7 @@ COPY requirements.txt /tmp
31
  RUN cd /tmp && pip install --no-cache-dir --upgrade -r requirements.txt
32
 
33
  RUN pwd
 
34
  RUN ls
35
  RUN ls /home/${USER_NAME}
36
 
 
31
  RUN cd /tmp && pip install --no-cache-dir --upgrade -r requirements.txt
32
 
33
  RUN pwd
34
+ COPY . .
35
  RUN ls
36
  RUN ls /home/${USER_NAME}
37