Don't fear the release
Releases with Distillery 2.0 and Docker
Contents
- OTP Release using distillery
- Create a new phoenix project
- Building the first release
- Run your release
- Move the release anywhere
Set-PoshPrompt -Theme craver # https://ohmyposh.dev/docs/themes#robbyrussel | |
Import-Module git-aliases -DisableNameChecking | |
Import-Module -Name Terminal-Icons | |
Import-Module z | |
# Custom Aliases | |
set-alias npms "Start-Npm" | |
function Start-Npm { | |
$env:PORT = 9002; npm start; | |
} |
Releases with Distillery 2.0 and Docker
alias gbD="git branch | grep -v "master" |xargs git branch -D"
lsof -n -i:3000 | grep LISTEN
sudo du -ah /home | sort -n -r | head -n 20