496d3cbd68
Added deploy directory for spinning up container via docker-compose Added publish directory for publishing arm/amd images to docker hub Various tweeks to the source scripts Added test directory for easier testing of scripts and images
3 lines
No EOL
76 B
Text
Executable file
3 lines
No EOL
76 B
Text
Executable file
[[ $1 ]] && opt="-n $1"
|
|
[[ $1 == "f" ]] && opt="-f"
|
|
docker-compose logs $opt |