1
0
Fork 0
This commit is contained in:
Vili Sinervä 2023-03-17 12:43:43 +02:00
parent 1a5357e1df
commit e98d78b444
16 changed files with 109 additions and 8 deletions

6
Part3/Exercise04/builder.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
git clone https://github.com/$1.git ./repo
cd ./repo
docker build . -t $2
docker login -u $DOCKER_USER -p $DOCKER_PWD
docker push $2