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
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...
The text was updated successfully, but these errors were encountered:
Dockerfile
Run
docker build -t nucleus .
Error info
Did I miss some details? BTW, I'm new to docker...
The text was updated successfully, but these errors were encountered: