Update deployApplication.ts

This commit is contained in:
Andras Bacsai 2023-03-04 18:49:34 +01:00 committed by GitHub
parent 507100ea0b
commit 1190cb4ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -406,7 +406,7 @@ import * as buildpacks from '../lib/buildPacks';
installCommand = configuration.installCommand;
startCommand = configuration.startCommand;
buildCommand = configuration.buildCommand;
publishDirectory = configuration.publishDirectory;
publishDirectory = configuration.publishDirectory || '';
baseDirectory = configuration.baseDirectory || '';
dockerFileLocation = configuration.dockerFileLocation;
dockerComposeFileLocation = configuration.dockerComposeFileLocation;