Skip to content

Commit

Permalink
Update build-e2e-image.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Sydney Achinger <[email protected]>
  • Loading branch information
agentbellnorm and squid-ney authored Sep 8, 2023
1 parent ffddecb commit 6e73c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-e2e-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sed -i '' "s/^\(RUN pip install.*\)/${COPY_COMMAND}\1/" $DOCKERFILE
sed -E -i '' "s/pip install mkdocs-techdocs-core==[0-9]+\.[0-9]+\.[0-9]+/pip install -e \/local-mkdocs-techdocs-core/" $DOCKERFILE

# Build the image
docker build -f $DOCKERFILE -t mkdocs:local-dev . || exit 1
docker build -f $DOCKERFILE -t mkdocs:local-dev $TECHDOCS_CONTAINER_DIR || exit 1

echo "================================================================================\n"
echo "The docker image is built, now use it in your config: \n"
Expand Down

0 comments on commit 6e73c87

Please sign in to comment.