Skip to content

Commit

Permalink
add comments about Docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Oct 11, 2024
1 parent e2ecb1f commit b6544e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export async function buildImageTarget(

let context = projectRoot;
// TODO: The context must be set to '.' for Angular app. Be more specific.
// Actually, this is also valid for `agora-api` built with Webpack.
if (projectBuilder === 'webpack') {
context = '.';
}
Expand Down

0 comments on commit b6544e6

Please sign in to comment.