diff --git a/.dockerignore b/.dockerignore index 995eb20..a33a2f7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,6 +6,8 @@ node_modules/ */node_modules/ Containerfile */Containerfile +Dockerfile +*/Dockerfile *.warc.zst .git scraper/debug/ \ No newline at end of file diff --git a/Containerfile b/Dockerfile similarity index 100% rename from Containerfile rename to Dockerfile