A set of aliases to use Docker with Phoenix applications.
user@computer:~$ git clone https://github.com/dreamingechoes/zsh-docker-phoenix-aliases ~/.oh-my-zsh/custom/plugins/zsh-docker-phoenix-aliases
Once you have cloned the repository, edit your .zshrc
file to include the plugin:
plugins = ( zsh-docker-phoenix-aliases )
List of aliases:
- dcu:
docker-compose up
- dcbw:
docker-compose build web
This project was developed by dreamingechoes. It adheres to its code of conduct and contributing guidelines, and uses an equivalent license.