Skip to content

Commit

Permalink
fix: copy readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jun 11, 2023
1 parent e9da0c3 commit e41e259
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ fetch(pomUrl).then((response: any) => {
render('builddir/bin', context, `${workFolder}`);
render('builddir/Dockerfile', context, `${workFolder}`);

fs.copyFileSync(
path.resolve(__dirname, 'README.md'),
path.resolve(workFolder, 'builddir', 'README.md')
);

const command = exec(
`sh build-docker.sh ${options.mavenVersion}`,
{ cwd: workFolder },
Expand Down

0 comments on commit e41e259

Please sign in to comment.