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,