EOS/.dockerignore
Dominique Lasserre 437d38f508 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.
2025-01-24 20:08:48 +01:00

16 lines
157 B
Plaintext

.git/
.github/
**/__pycache__/
**/*.pyc
**/*.egg-info/
.dockerignore
.env
.gitignore
docker-compose.yaml
Dockerfile
LICENSE
Makefile
NOTICE
README.md
.venv/