node-red-app/logs

4 lines
107 B
Plaintext
Raw Normal View History

#!/bin/bash
[[ ! $1 ]] && echo "no app set, usage term <nodred app>" && exit
docker attach $1-nodered-app