Skip to content

Commit

Permalink
Adding comment for future reference
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Oct 11, 2023
1 parent 820b57b commit bd39060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appLayerCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function parseCommandLineToParts(entrypoint: string) {

async function addAppLayers(options: Options, config: Config, todir: string, manifest: Manifest, tmpdir: string) {
if (options.customContent.length > 0) {
// We only add these values if they have been explicitely set for customContent. This allows customContent
// We only add these layers if they have been explicitely set for customContent. This allows customContent
// to be used to add compiled frontend code to an nginx container without also modifying the entrypoint, user,
// and workdir.
if (options.nonDefaults.workdir) await addWorkdirLayer(options, config, options.nonDefaults.workdir);
Expand Down

0 comments on commit bd39060

Please sign in to comment.