🔧 Update deploy script to include backend port configuration
This commit is contained in:
@@ -301,7 +301,8 @@ async function deploy() {
|
|||||||
// Create modified docker-compose.yml
|
// Create modified docker-compose.yml
|
||||||
const modifiedDockerCompose = createModifiedDockerCompose(
|
const modifiedDockerCompose = createModifiedDockerCompose(
|
||||||
config.port,
|
config.port,
|
||||||
config.sslPort
|
config.sslPort,
|
||||||
|
config.backendPort
|
||||||
);
|
);
|
||||||
const tempDockerComposePath = path.join(
|
const tempDockerComposePath = path.join(
|
||||||
SOURCE_DIR,
|
SOURCE_DIR,
|
||||||
|
|||||||
Reference in New Issue
Block a user