You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, I am trying to install it on my server... but I got some error.
root@scw-happy-euler:
# mkdir -p /usr/src/app# docker build -t youtube-scrape .root@scw-happy-euler:
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.
The text was updated successfully, but these errors were encountered: