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
First of all thank you for the tutorial.
I'm trying to reproduce your steps with my own git repo but the build won't execute because of this :
Step 1/9 : FROM node:14-alpine ---> 33deb4de1d99 Step 2/9 : ADD package.json /tmp/package.json ADD failed: file not found in build context or excluded by .dockerignore: stat package.json: file does not exist ERROR: Service 'node-app' failed to build : Build failed
I don't really understand why I've got this problem.
My app folder on my server is the following : Caddyfile Dockerfile deploy.sh docker-compose.yml MyRepoFolder
Is the configuration good ? The package.json exist in my git repository.
Thank you
The text was updated successfully, but these errors were encountered:
First of all thank you for the tutorial.
I'm trying to reproduce your steps with my own git repo but the build won't execute because of this :
Step 1/9 : FROM node:14-alpine ---> 33deb4de1d99 Step 2/9 : ADD package.json /tmp/package.json ADD failed: file not found in build context or excluded by .dockerignore: stat package.json: file does not exist ERROR: Service 'node-app' failed to build : Build failed
I don't really understand why I've got this problem.
My app folder on my server is the following :
Caddyfile Dockerfile deploy.sh docker-compose.yml MyRepoFolder
Is the configuration good ? The package.json exist in my git repository.
Thank you
The text was updated successfully, but these errors were encountered: