Skip to content

Commit

Permalink
feat(build-env): normalize start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierrotws committed Nov 24, 2023
1 parent 6e340b7 commit cd35ad8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/start-build-env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
DOCKER_DIR=./build-env
#!/usr/bin/env bash

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
DOCKER_DIR=$(cd $SCRIPT_DIR/../build-env && pwd )

docker build -t tdp-builder "$DOCKER_DIR"

Expand Down

0 comments on commit cd35ad8

Please sign in to comment.