Update unit.json
This commit is contained in:
parent
7c01c58592
commit
c2bca54fca
|
@ -15,9 +15,9 @@
|
|||
"applications": {
|
||||
"racist_application": {
|
||||
"type": "python",
|
||||
"working_directory": "/root/stm32-fmt-code/access_control_python_server",
|
||||
"home": "/root/iot-venv",
|
||||
"path": "/root/stm32-fmt-code/access_control_python_server",
|
||||
"working_directory": "/app/stm32-fmt-code/access_control_python_server",
|
||||
"home": "/app/iot-venv",
|
||||
"path": "/app/stm32-fmt-code/access_control_python_server",
|
||||
"module": "app",
|
||||
"callable": "app"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue