Support development and production plugin runtime

This commit is contained in:
alonso.torres
2024-04-18 16:39:04 +02:00
committed by Andrey Antukh
parent 97c3abfd60
commit d7324b2e98
4 changed files with 14 additions and 23 deletions

View File

@@ -85,7 +85,7 @@ function run-devenv-tmux {
start-devenv
fi
docker exec -ti penpot-devenv-main sudo -EH -u penpot /home/start-tmux.sh
docker exec -ti penpot-devenv-main sudo -EH -u penpot PENPOT_PLUGIN_DEV=$PENPOT_PLUGIN_DEV /home/start-tmux.sh
}
function run-devenv-shell {