Skip to content

Commit

Permalink
Updated preview script with correct tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
TobySaundersGDS committed Jun 26, 2024
1 parent da476c2 commit 049306c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preview-with-docker.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 049306c

Please sign in to comment.