FROM atlassian/nucleus
COPY config.js /opt/service/config.js
Run
docker build -t nucleus .
Error info
Sending build context to Docker daemon 2.048kB
Step 1/2 : FROM atlassian/nucleus
---> dbbbe44b8208
Step 2/2 : COPY config.js /opt/service/config.js
COPY failed: stat /var/lib/docker/tmp/docker-builder904419244/config.js: no such file or directory
Did I miss some details? BTW, I'm new to docker...
Dockerfile
Run
Error info
Did I miss some details? BTW, I'm new to docker...