From 6e26be18eb32933db38ecf45890d0358c0e90416 Mon Sep 17 00:00:00 2001 From: David Siaw Date: Wed, 21 Sep 2022 13:45:51 +0000 Subject: [PATCH] update back to correct filters --- container-install.sh | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/container-install.sh b/container-install.sh index bed54da4..81e7f835 100644 --- a/container-install.sh +++ b/container-install.sh @@ -1,9 +1,7 @@ #!/bin/sh apk update -apk add build-base python git nodejs nodejs-npm mysql mysql-client curl gettext ffmpeg +apk add build-base python3 git npm mysql mysql-client curl gettext ffmpeg npm install npm@latest -g npm install npm run build-server - - diff --git a/package.json b/package.json index a1923cfb..c696bfb6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "cookie-parser": "^1.4.5", "create-error": "^0.3.1", "csrf": "^3.1.0", - "cytubefilters": "git://github.com/davidsiaw/cytubefilters", + "cytubefilters": "github:calzoneman/cytubefilters#c67b2dab2dc5cc5ed11018819f71273d0f8a1bf5", "express": "^4.17.1", "express-minify": "^1.0.0", "json-typecheck": "^0.1.3",