Skip to content

Commit

Permalink
Update commands.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydye authored Jan 8, 2025
1 parent 227f4c2 commit e7e121e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ alias dd="docker run --rm -it --entrypoint "/configs/devcontainer.sh" -v ~/sourc
alias da="mise run docker_attach"
alias ds="mise run docker_shell"
alias dk="mise run docker_kill"
alias dr='docker run -it --name dev -w "/app" -v "./:/app" --platform linux/amd64'
alias dr='docker run -it --rm --name dev -w "/app" -v "./:/app" --platform linux/amd64'
alias dr='docker exec -it -w "/app" dev'

# tasks
alias clip="pbcopy"
Expand Down

0 comments on commit e7e121e

Please sign in to comment.