Change lume serve default port, stabilize lumier vm provider

This commit is contained in:
f-trycua
2025-05-12 16:34:36 -07:00
parent d0a0a344a0
commit e47b0f61f0
21 changed files with 838 additions and 162 deletions

View File

@@ -47,7 +47,7 @@ case "$1" in
if [ "$2" == "--interactive" ]; then
print_info "Running the development Docker container with interactive shell..."
print_info "Mounting source code from host"
print_info "Connecting to host.docker.internal:3000"
print_info "Connecting to host.docker.internal:7777"
docker run -it --rm \
--platform=${PLATFORM} \
@@ -64,7 +64,7 @@ case "$1" in
exit 1
fi
print_info "Running example: $2"
print_info "Connecting to host.docker.internal:3000"
print_info "Connecting to host.docker.internal:7777"
docker run -it --rm \
--platform=${PLATFORM} \