Add run.sh

main
Gasper Spagnolo 2022-09-05 13:32:21 +02:00
parent 2091278767
commit 9de820674b
1 changed files with 7 additions and 0 deletions

7
run.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
printf '\n Buidling container \n'
docker build -t crypto_prediction .
printf '\n Starting container \n'
docker run -it crypto_prediction:latest