adding new images to the repo

This commit is contained in:
Avnit Bambah 2024-01-25 07:50:29 -08:00
parent a0557a3cf9
commit 0dd3a49d4a
3 changed files with 7 additions and 36 deletions

5
run.sh Executable file
View file

@ -0,0 +1,5 @@
sudo docker build -t it-tools .
sudo docker tag it-tools:latest abambah/it-tools:v3
sudo docker push abambah/it-tools:v3
sudo docker rm --force it-tools
sudo docker run -d --name it-tools --restart unless-stopped -p 8081:80 abambah/it-tools:v3