Skip to content

Commit 2ed4a84

Browse files
author
Matthew Fisher
committed
fix(builder): force newline
1 parent 319baa5 commit 2ed4a84

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

builder/templates/builder

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ if [ ! -f Dockerfile ]; then
123123
cp $DOCKERFILE_SHIM ./Dockerfile
124124
fi
125125

126+
# force newline
127+
echo "" >> Dockerfile
126128
# inject builder-specific environment variables into the application environment
127129
echo "ENV GIT_SHA $GIT_SHA" >> Dockerfile
128130

0 commit comments

Comments
 (0)