web server start
This commit is contained in:
parent
8283941125
commit
4569c1c1b0
2 changed files with 3 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -26,4 +26,5 @@ run-linux-debug: build-linux-debug-container
|
||||||
./build/linux/x64/debug/bundle/d4rt_formulas
|
./build/linux/x64/debug/bundle/d4rt_formulas
|
||||||
|
|
||||||
run-web-debug-container: build-web-debug-container
|
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
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ graphic_options(){
|
||||||
|
|
||||||
exec_in_container(){
|
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"
|
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 GRAPHICOPTIONS=$(graphic_options)
|
||||||
local BUILDCACHE=./.build-container-cache
|
local BUILDCACHE=./.build-container-cache
|
||||||
mkdir -p $BUILDCACHE
|
mkdir -p $BUILDCACHE
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue