Aravindh commited on
Commit
33a0bbe
1 Parent(s): 143bf3c
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ COPY ./requirements.txt /app/requirements.txt
29
 
30
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
31
 
32
- COPY . .
33
 
34
  USER root
35
  RUN chmod 777 /app/*
 
29
 
30
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
31
 
32
+ COPY . /app/
33
 
34
  USER root
35
  RUN chmod 777 /app/*