Skip to content

Commit

Permalink
fix: Use correct capitalization when loading EJS template.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Jun 7, 2019
1 parent 82909a1 commit f889c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dockerize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default async function dockerize(options: DockerizeOptions) {
}

return renderTemplate({
template: path.join(__dirname, '..', 'etc', 'dockerfile.ejs'),
template: path.join(__dirname, '..', 'etc', 'Dockerfile.ejs'),
dest: path.join(stagingDir, 'Dockerfile'),
data: {
entry,
Expand Down

0 comments on commit f889c4a

Please sign in to comment.