mirror of
https://github.com/coderofsalvation/podi.git
synced 2025-12-16 11:57:45 +01:00
always recreate by default push
This commit is contained in:
@@ -22,7 +22,7 @@ start(){
|
|||||||
test -z $POD || {
|
test -z $POD || {
|
||||||
export PODI_APP=$PODI_APP
|
export PODI_APP=$PODI_APP
|
||||||
eval "$(cat .env)"
|
eval "$(cat .env)"
|
||||||
verbose $POD up -d
|
verbose $POD up -d --force-recreate
|
||||||
verbose $POD logs
|
verbose $POD logs
|
||||||
print ""
|
print ""
|
||||||
print "your container(s) is running at $PODI_REMOTE:$PORT"
|
print "your container(s) is running at $PODI_REMOTE:$PORT"
|
||||||
|
|||||||
Reference in New Issue
Block a user