From 49660866a88daf736264a135c29117370795763e Mon Sep 17 00:00:00 2001 From: Joshua Greben Date: Wed, 4 Dec 2024 13:41:54 -0800 Subject: [PATCH] There are no json or tsv paths in repo. These would be added from within the pod later --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d050e20c..7ffb909c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,10 +12,8 @@ WORKDIR /home/folio-tasks COPY bin ./bin/ COPY config/settings/pod.yml ./config/settings/pod.yml -COPY json ./json/ COPY lib ./lib/ COPY tasks ./tasks/ -COPY tsv ./tsv/ COPY Gemfile ./Gemfile COPY Gemfile.lock ./Gemfile.lock COPY Rakefile ./Rakefile