Skip to content

Commit 91cdd70

Browse files
author
Matthew Fisher
committed
fix(builder): use proper dockerfile syntax
1 parent 5688c6b commit 91cdd70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/templates/builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if [ ! -f Dockerfile ]; then
132132
fi
133133

134134
# inject builder-specific environment variables into the application environment
135-
echo "ENV GIT_SHA=$GIT_SHA" >> Dockerfile
135+
echo "ENV GIT_SHA $GIT_SHA" >> Dockerfile
136136

137137
echo
138138
puts-step "Building Docker image"

0 commit comments

Comments
 (0)