mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
The Dockerfile will need access to chatmaild/ and cmdeploy/ source trees to run CMDEPLOY_STAGES=install via pyinfra during image build, moving install-time work out of container startup. The previous context (./docker) only included helper scripts. Also adds .dockerignore to exclude .git, data/, venv/ etc. from the build context, and updates COPY paths accordingly.
8 lines
56 B
Plaintext
8 lines
56 B
Plaintext
.git
|
|
data/
|
|
venv/
|
|
__pycache__
|
|
*.pyc
|
|
*.orig
|
|
.pytest_cache
|