restarted work

This commit is contained in:
andreas
2023-02-11 23:02:40 +00:00
parent c27ae86e81
commit 31f0a7f579
4 changed files with 28 additions and 50 deletions

View File

@@ -4,7 +4,7 @@ docker run -d --name apache -p80:80 -v/root/kopano/dist:/var/www httpd
# export DOCKER_BUILDKIT=1
docker build -t webapp .
# docker tag -t webapp:latest ...
docker run --rm -it --name webapp -d MAIL_DOMAIN=zntrl.de -v/root/kopano/webapp/etc/apache2:/etc/apache2 -v/root/kopano/webapp/etc/ssl:/etc/ssl webapp
docker run --rm -it --name webapp -e "MAIL_DOMAIN=zntrl.de" -v/root/kopano/webapp/etc/apache2:/etc/apache2 -v/root/kopano/webapp/etc/ssl:/etc/ssl webapp
docker logs -f webapp
docker exec -it webapp bash