We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run
docker build --build-arg city=diemen -t iens_scraper .
I receive an error
Step 9/19 : ADD iens_scraper/ /app ADD failed: stat /var/lib/docker/tmp/docker-builder030593600/iens_scraper: no such file or directory
It looks like there is no directory such as iens_scraper in the project folder.
Should we update to ADD scraper/ /app ?
ADD scraper/ /app
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run
docker build --build-arg city=diemen -t iens_scraper .
I receive an error
It looks like there is no directory such as iens_scraper in the project folder.
Should we update to
ADD scraper/ /app
?The text was updated successfully, but these errors were encountered: