yusufgundogdu commited on
Commit
91d8bb7
·
verified ·
1 Parent(s): 050dd6e

Update Dockerfile

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