Skip to content

[Bug] docker build but do not run correctly #2305

@sampsonye

Description

@sampsonye

Contact Information

[email protected]

MaxKB Version

git source

Problem Description

run docker build command at soource root

docker build -t maxkb:local -f installer/Dockerfile .

Image

and docker run

docker run --rm -p 8080:8080 -it maxkb:local

Image
do not show page
i try some other urls like:

http://192.168.0.188:8080/ui
http://192.168.0.188:8080/ui/login

also not correct

Steps to Reproduce

docker build -t maxkb:local -f installer/Dockerfile .
docker run --rm -p 8080:8080 -it maxkb:local

open webbrowser

The expected correct result

shouw maxkb login page

Related log output

Additional Information

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions