Skip to content

Commit

Permalink
Update build hooks
Browse files Browse the repository at this point in the history
_Why_?

didn't pass in the correct build arguments on the build hook

_How_?

duplicated logic here

_Side Effects_?

need another refactor to not have spread out logic
  • Loading branch information
bbrock25 committed Jan 8, 2018
1 parent 89419dd commit fb1ba94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/build
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fi
echo "Using $DOCKERFILE for build"

docker build \
--build-arg SERVERLESS_VERSION=1.24.0 \
--build-arg SERVERLESS_VERSION=1.25.0 \
--build-arg YARN_VERSION=1.3.2 \
-f $DOCKERFILE \
-t $IMAGE_NAME .

0 comments on commit fb1ba94

Please sign in to comment.