generated from OBJNULL/Dockerized-Rust
Added pulling public image
This commit is contained in:
parent
1e9db46254
commit
b2132fc63b
1 changed files with 11 additions and 0 deletions
11
scripts/prod/pull.sh
Normal file
11
scripts/prod/pull.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Clearing Screen
|
||||
clear
|
||||
|
||||
# Pulling Docker Image
|
||||
docker pull git.objnull.net/neurontalteam/stockmapi:latest
|
||||
|
||||
# Rename Image
|
||||
docker tag git.objnull.net/neurontalteam/stockmapi:latest stockmapi:latest
|
||||
|
||||
# Clean-Up
|
||||
docker image rm git.objnull.net/neurontalteam/stockmapi:latest
|
||||
Loading…
Reference in a new issue