deltachat / mailadm

mail account administration tool for temporary and other account creation/modification
https://mailadm.readthedocs.io/
Mozilla Public License 2.0
14 stars 1 forks source link

copy only necessary things in Dockerfile #49

Closed missytake closed 2 years ago

missytake commented 2 years ago

Before, we also copied the docker-data/ directory to the container, and later mounted stuff over it - it somehow worked, but it very unclean. Now only the files needed for running pip install . are copied.

To build, run: sudo docker build . -t mailadm-mailcow --no-cache, also try out the docker run commands to initialize and start mailadm afterwards.

Needs to be merged after #46, because gunicorn.conf.py doesn't exist yet.

related to #27