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 ba3fd5c
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 `pwd`/`dirname ${BASH_SOURCE}` && pwd)
DOCKER_DIR=$(cd $SCRIPT_DIR/../build-env && pwd )

docker build -t tdp-builder "$DOCKER_DIR"

Expand Down

0 comments on commit ba3fd5c

Please sign in to comment.