update
Browse files- 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 |
|