Fix EOSdash startup (docker)

* Docker: Copy the same directory structure (src/) to support the
   lifespan startup of EOSdash.
   Use EOS_SERVER_EOSDASH_SESSKEY environment variable to provide
   EOSdash with session key.
This commit is contained in:
Dominique Lasserre
2025-01-19 13:00:53 +01:00
parent 95be7b914f
commit 437d38f508
4 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
.git/
.github/
eos-data/
mariadb-data/
test_data/
**/__pycache__/
**/*.pyc
**/*.egg-info/
.dockerignore
.env
.gitignore
@@ -12,4 +12,4 @@ LICENSE
Makefile
NOTICE
README.md
.venv
.venv/