Skip to content

Commit

Permalink
[docker] refs #27 Move to project root path to build from here
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Dec 27, 2018
1 parent 3227da1 commit 8a815ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/images/dev-cli/hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

echo "Build hook running"

# Move to project root path to build from here
cd ../../../

# Build :develop tag
docker build --build-arg BDATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--build-arg SCOMMIT=$SOURCE_COMMIT \
Expand Down

0 comments on commit 8a815ea

Please sign in to comment.