cmc-sales/archive/scripts/run_docker_local.sh

9 lines
378 B
Bash
Raw Permalink Normal View History

2020-07-13 23:19:21 -07:00
ID=$(docker ps -qf ancestor='cmc:latest')
docker kill $ID
sleep 1
docker run -d -p 127.0.0.1:8888:80 \
--mount type=bind,source=/home/k/src/cmc-sales/app/webroot/pdf,target=/var/www/cmc-sales/app/webroot/pdf \
--mount type=bind,source=/home/k/src/cmc-sales/app/webroot/attachments_files,target=/var/www/cmc-sales/app/webroot/attachments_files \
2020-07-13 23:19:21 -07:00
cmc:latest