youtube-scrape
youtube-scrape copied to clipboard
Installation Issue
Hi, I am trying to install it on my server... but I got some error.
root@scw-happy-euler:~# mkdir -p /usr/src/app root@scw-happy-euler:~# docker build -t youtube-scrape . Sending build context to Docker daemon 22.53kB Step 1/7 : FROM node:14.15.0 ---> b90fa0d7cbd1 Step 2/7 : WORKDIR /usr/src/app ---> Using cache ---> 4a2e4719e626 Step 3/7 : COPY package*.json ./ COPY failed: no source files were specified root@scw-happy-euler:~# Step 3/7 : COPY package*.json ./
Please help me.
Have you tried with ===> https://www.npmjs.com/package/scrape-youtube
I don't use docker, but the docker build works fine when I just installed docker on windows. Maybe see if @ocinbat who added the support knows anything.
Hi @apurbapathak , you need to run docker build command at project root directory.
Thanks for your help guys.