refactor: simplify container build
All checks were successful
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 1m39s
Build containers / dependent-images (go) (push) Successful in 2s
Build containers / dependent-images (infra) (push) Successful in 2s
Build containers / dependent-images (php) (push) Successful in 2s

This commit is contained in:
Job
2026-03-17 20:32:21 +01:00
parent 2ca42d5add
commit f67738b5ec
2 changed files with 2 additions and 5 deletions

View File

@@ -17,5 +17,4 @@ PS1="\[\e[30;46m\] \h | \w \[\e[0;36m\]\[\e[m\] "
alias vi=nvim
post() { curl -sF "content=<-" "https://paste.plabble.org/$2?lang=$1" && echo; }
eval "$(zoxide init --cmd cd bash)"
eval "$(fzf --bash)"