separated components

This commit is contained in:
Andreas Balogh
2022-07-18 19:35:34 +00:00
parent d8af5586ef
commit cd466e6d38
8 changed files with 107 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/bash
# docker run -d --name apache -p80:80 -v/root/kopano/dist:/var/www/... apache
DOCKER_BUILDKIT=1 docker build -f kopano.dockerfile -t kopano .
docker container prune -f
docker create --name kopano kopano:latest