Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuspiment authored Jul 2, 2017
1 parent 144a8d0 commit 6928d76
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
NAME = matheuspiment/amp
DOCKER_REPO = matheuspiment/amp

default: docker_build
default: build

docker_build:
@docker build \
--build-arg VCS_REF=`git rev-parse --short HEAD` \
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` .
build:
docker build -t ${DOCKER_REPO} .

0 comments on commit 6928d76

Please sign in to comment.