Fix post analysis gui in standalone binary (#591)

* Fix post analysis gui in standalone binary

* Add post analysis gui assets and required server libraries for GUI
  server and web page

* Add port forwarding to docker test compose

* Update README me to use `docker compose up` instead of `docker compose run`
  to run containers with port forwarding and to leverage other
  functionalities of docker compose
This commit is contained in:
vedithal-amd
2025-03-03 16:57:39 -05:00
zatwierdzone przez Vignesh Edithal
rodzic 3b78dc9177
commit 0b3114fa88
4 zmienionych plików z 16 dodań i 8 usunięć
+5 -1
Wyświetl plik
@@ -9,4 +9,8 @@ services:
security_opt:
- seccomp:unconfined
volumes:
- ../:/app
- ../:/app
ports:
- 8050:8050
tty: true
stdin_open: true