nielitropar commited on
Commit
2ad6666
·
verified ·
1 Parent(s): bdc78b0

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 -r requirements.txt
10
 
11
- COPY . . # 👈 Make sure this line is present to copy templates/ and app.py
12
 
13
  EXPOSE 5000
14
 
 
8
  COPY requirements.txt .
9
  RUN pip install -r requirements.txt
10
 
11
+ COPY . . #copy templates/ and app.py
12
 
13
  EXPOSE 5000
14