nuc
This commit is contained in:
@@ -16,6 +16,10 @@ in
|
||||
ports = [ "6052:6052" ];
|
||||
volumes = [
|
||||
"/esphome:/config"
|
||||
# Persist the PlatformIO core dir (penv, packages, platforms) so the
|
||||
# pioarduino penv_setup.py dependency install only runs once rather
|
||||
# than on every container restart.
|
||||
"/esphome/.platformio:/root/.platformio"
|
||||
];
|
||||
environment = {
|
||||
TZ = "America/Chicago";
|
||||
|
||||
Reference in New Issue
Block a user