Skip to content

Commit

Permalink
bash_alias: update dcu
Browse files Browse the repository at this point in the history
  • Loading branch information
willdeberry committed Oct 12, 2022
1 parent 8284246 commit 1d4151d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ alias vim='vim -p'
alias update='update_system'
alias clean='rm -f *.xz *.deb *.dsc *.changes *.build *.gz'
alias dc='docker-compose'
alias dcu='dc pull && dc up -d'
alias dcu='dc build --pull && dc pull && dc up -d'
alias dbx='docker buildx build --platform linux/arm64,linux/amd64'
alias tmuxa='tmux new-session -A -s Admin -n bartender'
alias motd='cat /run/motd.dynamic'
Expand Down

0 comments on commit 1d4151d

Please sign in to comment.