Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(builder): use proper dockerfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Oct 16, 2014
1 parent 5688c6b commit 91cdd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/templates/builder
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ if [ ! -f Dockerfile ]; then
fi

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

echo
puts-step "Building Docker image"
Expand Down

0 comments on commit 91cdd70

Please sign in to comment.