diff --git a/Makefile b/Makefile index 287ab74..e435142 100644 --- a/Makefile +++ b/Makefile @@ -26,4 +26,5 @@ run-linux-debug: build-linux-debug-container ./build/linux/x64/debug/bundle/d4rt_formulas run-web-debug-container: build-web-debug-container - cd build/web && python3 -m http.server 8080 + ./docker-exec.sh exec flutter run -d web-server + #cd build/web && python3 -m http.server 8080 diff --git a/docker-exec.sh b/docker-exec.sh index 664b007..5fabfd4 100755 --- a/docker-exec.sh +++ b/docker-exec.sh @@ -47,7 +47,7 @@ graphic_options(){ exec_in_container(){ local SPIOPTIONS="--env AT_SPI_BUS=/run/user/$(id -u)/at-spi/bus_0 --volume=/run/user/$(id -u)/at-spi:/run/user/$(id -u)/at-spi --device=/dev/dri" - + SPIOPTIONS= local GRAPHICOPTIONS=$(graphic_options) local BUILDCACHE=./.build-container-cache mkdir -p $BUILDCACHE