Deprecated sqlitedb in favor of in-memory db

This commit is contained in:
2022-05-06 11:28:01 +02:00
parent fd304605d9
commit 1e5be1ea11
8 changed files with 953 additions and 3845 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine3.14
FROM node:16-alpine3.15
RUN mkdir -p /usr/src/yt-dlp-webui/download
VOLUME /usr/src/yt-dlp-webui/downloads
WORKDIR /usr/src/yt-dlp-webui