Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Issue #52

Open
apurbapathak opened this issue Nov 25, 2020 · 4 comments
Open

Installation Issue #52

apurbapathak opened this issue Nov 25, 2020 · 4 comments

Comments

@apurbapathak
Copy link

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.

@Kriishnaa
Copy link

Have you tried with ===> https://www.npmjs.com/package/scrape-youtube

@HermanFassett
Copy link
Owner

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.

@ocinbat
Copy link
Contributor

ocinbat commented Nov 25, 2020

Hi @apurbapathak , you need to run docker build command at project root directory.

@apurbapathak
Copy link
Author

Thanks for your help guys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants