Skip to content

Commit

Permalink
Merge pull request #21 from krysopath/dockerhub-hook
Browse files Browse the repository at this point in the history
fix docker target
  • Loading branch information
krysopath authored Apr 20, 2019
2 parents b011a36 + d046b46 commit 017a187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ TAG=$(git describe --abbrev=0 --tags)
docker build\
--build-arg BASE_IMAGE=3.7-alpine3.7\
-t vaultify:$TAG\
--target production\
--target prod\
.

0 comments on commit 017a187

Please sign in to comment.