Daniela-C commited on
Commit
735c3b7
·
verified ·
1 Parent(s): 1412a3f

Update bash

Browse files
Files changed (1) hide show
  1. bash +4 -0
bash CHANGED
@@ -3,4 +3,8 @@ git add .
3
  git commit -m "Fix CMD for Streamlit"
4
  git push
5
 
 
 
 
 
6
 
 
3
  git commit -m "Fix CMD for Streamlit"
4
  git push
5
 
6
+ docker build -t nyc-taxi-app .
7
+ docker run -p 7860:7860 nyc-taxi-app
8
+
9
+
10