added z-push image

This commit is contained in:
andreas
2023-02-14 21:54:12 +00:00
parent 31f0a7f579
commit b8721a79cd
6 changed files with 67 additions and 8 deletions

View File

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