🔧 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
|
||||
const modifiedDockerCompose = createModifiedDockerCompose(
|
||||
config.port,
|
||||
config.sslPort
|
||||
config.sslPort,
|
||||
config.backendPort
|
||||
);
|
||||
const tempDockerComposePath = path.join(
|
||||
SOURCE_DIR,
|
||||
|
||||
Reference in New Issue
Block a user