a.pourmand commited on
Commit
f1b564d
·
1 Parent(s): 805d284

add dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,6 +6,6 @@ WORKDIR /app
6
 
7
  RUN pip install --no-cache-dir -r /tmp/requirements.txt
8
 
9
- RUN . /app
10
 
11
  CMD ["python","app.py"]
 
6
 
7
  RUN pip install --no-cache-dir -r /tmp/requirements.txt
8
 
9
+ COPY . /app
10
 
11
  CMD ["python","app.py"]