remove debugger configuration from apps.yaml and link dockerStart.sh to the source
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
debugger:
|
||||
module: debugger
|
||||
class: Debugger
|
||||
port: 5678
|
||||
# I now directly run AppDaemon with debugpy in DockerStart.sh. Not sure which is best
|
||||
# debugger:
|
||||
# module: debugger
|
||||
# class: Debugger
|
||||
# port: 5678
|
||||
|
||||
motion_tracker:
|
||||
module: motiontracker
|
||||
|
||||
1
dockerStart.sh
Symbolic link
1
dockerStart.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/src/app/dockerStart.sh
|
||||
Reference in New Issue
Block a user