diff --git a/module1/0x00: Getting Started/challenge/run.sh b/module1/0x00: Getting Started/challenge/run.sh new file mode 100755 index 0000000..60347bf --- /dev/null +++ b/module1/0x00: Getting Started/challenge/run.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +echo 'Gerando build' +sudo docker build -t aula0 . +echo 'Rodando' +sudo docker run -p 80:3000 aula0