From add02ac2b0886a026ce0bbcf2d1c20b180cfa3c6 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 6 Jan 2024 20:23:55 -0300 Subject: [PATCH] llamarlo dockerfile para que lo entienda railway.app --- .dockerignore | 2 ++ Containerfile => Dockerfile | 0 2 files changed, 2 insertions(+) rename Containerfile => Dockerfile (100%) 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