Niansuh commited on
Commit
59aa946
·
verified ·
1 Parent(s): 791fe32

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,4 +9,5 @@ COPY . .
9
 
10
  EXPOSE 5000
11
 
 
12
  CMD ["python", "app.py"]
 
9
 
10
  EXPOSE 5000
11
 
12
+ # Use environment variable for API key
13
  CMD ["python", "app.py"]