From fd826807d897a8fdee0d1d7c960f61af4f54d275 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Thu, 29 Jan 2026 06:36:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20deploy=20script=20to=20?= =?UTF-8?q?include=20backend=20port=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/utils/deploy-pokedex.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/utils/deploy-pokedex.js b/code/utils/deploy-pokedex.js index 8e28185..ee5ce21 100644 --- a/code/utils/deploy-pokedex.js +++ b/code/utils/deploy-pokedex.js @@ -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,