changed to use configuration files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
# export DOCKER_BUILDKIT=1
|
||||
docker run -d --rm --name www -p80:80 -v/root/kopano-docker/dist:/usr/local/apache2/htdocs httpd
|
||||
docker run -d --rm --name dist -p80:80 -v/root/kopano-docker/dist:/usr/local/apache2/htdocs httpd
|
||||
docker build --no-cache --progress=plain -t core .
|
||||
docker build -t core .
|
||||
docker run --rm -it --name core -p8081:80 core bash
|
||||
|
||||
Reference in New Issue
Block a user