From 71c9598f53da532a083e90a3c25d32350ee6b3de Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Thu, 10 Aug 2023 16:20:26 +0200 Subject: [PATCH] add entire `scripts` folder in `bin` --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6adc0da..0531f42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -175,6 +175,7 @@ RUN wget https://github.com/arq5x/bedtools2/releases/download/v2.31.0/bedtools.s # copy required scripts COPY scripts/* /usr/local/bin/ +COPY scripts /usr/local/bin/scripts/ # Hacky-way to easily get versioning info COPY .git /usr/local/bin/