From 4569c1c1b05837e4fe13ef4a31e2f565a3e9e971 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 28 Jan 2026 16:29:18 +0100 Subject: [PATCH] web server start --- Makefile | 3 ++- docker-exec.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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