Last active
August 28, 2019 15:17
-
-
Save perezale/69ff5009d55bcf8b3683633fa334ef1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To install, add the snippet below to ~/.bashrc and then install by running: | |
# $ source ~/.bashrc | |
# Snippet | |
# if [ -f ~/.docker-aliases ]; then | |
# . ~/.docker-aliases | |
# fi | |
alias dceuwb='docker-compose exec --user laradock workspace bash' | |
alias dcewb='docker-compose exec workspace bash' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment