WebashalarForML commited on
Commit
f448e58
·
verified ·
1 Parent(s): a5806ae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -24,7 +24,8 @@ COPY . .
24
  COPY . /app/
25
 
26
  ENV FLASK_APP=app.py \
27
- FLASK_ENV=production
 
28
 
29
  EXPOSE 7860
30
 
 
24
  COPY . /app/
25
 
26
  ENV FLASK_APP=app.py \
27
+ FLASK_ENV=production\
28
+ DATABASE_URI=sqlite:///employee.db
29
 
30
  EXPOSE 7860
31