Skip to content

Commit

Permalink
fix docker target
Browse files Browse the repository at this point in the history
  • Loading branch information
krysopath committed Apr 20, 2019
1 parent da1c42a commit d046b46
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 d046b46

Please sign in to comment.