Skip to content

Commit

Permalink
Merge branch 'bugfix/copy-dockerfile'
Browse files Browse the repository at this point in the history
  • Loading branch information
cromedome committed Jun 3, 2021
2 parents a4b2244 + 2c58704 commit ffeb251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* GH #1611: Redirect '/' doesn't always work as expected (Russell
@veryrusty Jenkins, Christopher Gurnee)
* PR #1620: Quiet spammy failing CI builds (Jason A. Crome)
* PR #1623: Copy Dockerfile from the right spot (Jason A. Crome)

[ ENHANCEMENTS ]
* PR #1613: Add git features to Dancer2 CLI (Jason A. Crome)
Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer2/CLI/Gen.pm
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ sub run {
}

if( $self->docker ) {
push @$files_to_copy, [ path( $self->skel, 'docker/Dockerfile' ), "$app_name/Dockerfile" ];
push @$files_to_copy, [ path( $self->parent_command->_dist_dir, 'docker/Dockerfile' ), "$app_name/Dockerfile" ];
}

my $vars = {
Expand Down

0 comments on commit ffeb251

Please sign in to comment.