mirror of
https://github.com/agresdominik/predictify.git
synced 2026-04-21 09:51:56 +00:00
aeb7c49068
* Add volume mounts to Dockerfile to enable persisten storing of database and tokens when using docker * Makefile helps with cleanup and building the Dockerfile * Startup fires the predictify runtime inside the container * `.dockerignore` contains files that are not needed by the docker, e.g. files that would otherwise slow build process down
12 lines
80 B
Plaintext
12 lines
80 B
Plaintext
logs/
|
|
data/
|
|
src/__pycache__/
|
|
.git
|
|
*.md
|
|
.venv
|
|
LICENSE
|
|
MAKEFILE
|
|
pytest.ini
|
|
test/
|
|
|