diff --git a/.github/workflows/deploy_catalogs.yml b/.github/workflows/deploy_catalogs.yml index c064f1c..a96d20b 100644 --- a/.github/workflows/deploy_catalogs.yml +++ b/.github/workflows/deploy_catalogs.yml @@ -15,7 +15,7 @@ jobs: - name: Create Docker image run: | - docker build -t torrentio-catalogs:latest ./catalogs/ + docker build -t torrentio-catalogs:latest . -f ./catalogs/Dockerfile docker save torrentio-catalogs:latest > torrentio_catalogs_latest.tar - name: Upload Docker image diff --git a/catalogs/serverless.js b/catalogs/serverless.js index 8262f1a..ff51bc3 100644 --- a/catalogs/serverless.js +++ b/catalogs/serverless.js @@ -3,7 +3,6 @@ const addonInterface = require('./addon'); const qs = require('querystring') const { parseConfiguration } = require('../addon/lib/configuration'); const { createManifest } = require('./lib/manifest'); -const landingTemplate = require('./lib/landingTemplate'); const router = getRouter(addonInterface);