diff --git a/preview-with-docker.sh b/preview-with-docker.sh index f5d2a45..5aade20 100755 --- a/preview-with-docker.sh +++ b/preview-with-docker.sh @@ -1,6 +1,6 @@ #! /bin/bash set -e -docker build . --tag di-team-manual +docker build . --tag tdt-documentation -docker run --rm -p 4567:4567 -p 35729:35729 -v $(pwd):/usr/src/docs -it di-team-manual +docker run --rm -p 4567:4567 -p 35729:35729 -v $(pwd):/usr/src/docs -it tdt-documentation