Skip to content

Commit

Permalink
Fix script which prevents the docker image to be built. Fixes #130 (#131
Browse files Browse the repository at this point in the history
)
  • Loading branch information
danpersa authored and rgritti committed Dec 11, 2018
1 parent 2a5c6d1 commit 0d04578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function make_production_image() {
--build-arg ROUTES_FILE=${ROUTES_FILE} \
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--build-arg VCS_REF=`git rev-parse --short HEAD` \
--build-arg VERSION=${DOCKER_IMAGE_VERSION} .
--build-arg VERSION=${DOCKER_IMAGE_VERSION} \
-t ${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_VERSION} . \
&& return 0
}
Expand Down

0 comments on commit 0d04578

Please sign in to comment.