mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2026-07-25 06:54:30 +00:00
first release
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM node:14
|
||||
VOLUME /downloads
|
||||
WORKDIR /usr/src/yt-dlp-webui
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
COPY . .
|
||||
EXPOSE 3022
|
||||
CMD [ "node" , "./server.js" ]
|
||||
Reference in New Issue
Block a user