navpan2 commited on
Commit
e9608a4
·
verified ·
1 Parent(s): 3265615

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  COPY requirements.txt .
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
11
- COPY app ./app
12
 
13
  # Expose port
14
  EXPOSE 7860
 
8
  COPY requirements.txt .
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
11
+ COPY app ./
12
 
13
  # Expose port
14
  EXPOSE 7860