diff --git a/src/appLayerCreator.ts b/src/appLayerCreator.ts index 309e020..b7b4c5a 100644 --- a/src/appLayerCreator.ts +++ b/src/appLayerCreator.ts @@ -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);