pvanand commited on
Commit
1df0f9e
1 Parent(s): 6e1ff49

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ COPY requirements.txt /tmp/requirements.txt
8
 
9
  RUN pip install --no-cache-dir -r /tmp/requirements.txt
10
 
11
- COPY ./app /app
 
8
 
9
  RUN pip install --no-cache-dir -r /tmp/requirements.txt
10
 
11
+ COPY . /app