mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
adding new images to the repo
This commit is contained in:
parent
a0557a3cf9
commit
0dd3a49d4a
3 changed files with 7 additions and 36 deletions
5
run.sh
Executable file
5
run.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue