made postfix Alpine based

This commit is contained in:
Andreas Balogh
2022-07-20 20:18:08 +00:00
parent cd466e6d38
commit 40a6cfab88
20 changed files with 2612 additions and 11 deletions

View File

@@ -2,8 +2,8 @@
# docker login --username baloan --password 'yZBCUs5&@?:.'
# docker run -d --name apache -p80:80 -v/root/kopano/dist:/var/www httpd
export DOCKER_BUILDKIT=1
cd ~/kopano/core; docker build -t core .
cd ~/kopano/webapp; docker build -t webapp .
# cd ~/kopano/core; docker build -t core .
# cd ~/kopano/webapp; docker build -t webapp .
cd ~/kopano/postfix; docker build -t postfix .
cd ~/kopano
# docker container prune -f