Skip to content

Commit

Permalink
fix(bundle): Alias name
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 27, 2023
1 parent 23a7abe commit 034987f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ box() {
bundle() {
image="$1"
alias="${image##*/}"
alias="${2-alias}"
alias="${2-$alias}"
command="${3-index.php}"
entrypoint="${4-php}"
from="${5-opencodeco/phpctl:php82}"
Expand Down

0 comments on commit 034987f

Please sign in to comment.