fix catalogs build command
This commit is contained in:
2
.github/workflows/deploy_catalogs.yml
vendored
2
.github/workflows/deploy_catalogs.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Docker image
|
- name: Create Docker image
|
||||||
run: |
|
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
|
docker save torrentio-catalogs:latest > torrentio_catalogs_latest.tar
|
||||||
|
|
||||||
- name: Upload Docker image
|
- name: Upload Docker image
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ const addonInterface = require('./addon');
|
|||||||
const qs = require('querystring')
|
const qs = require('querystring')
|
||||||
const { parseConfiguration } = require('../addon/lib/configuration');
|
const { parseConfiguration } = require('../addon/lib/configuration');
|
||||||
const { createManifest } = require('./lib/manifest');
|
const { createManifest } = require('./lib/manifest');
|
||||||
const landingTemplate = require('./lib/landingTemplate');
|
|
||||||
|
|
||||||
const router = getRouter(addonInterface);
|
const router = getRouter(addonInterface);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user