From 672b67dc4aa582d8b4adb90bf3e0ff2debf5186c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Thu, 9 Mar 2023 20:28:04 +0100 Subject: [PATCH] FIX copy target --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0239f1f..ae61a8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM redmine:5-bullseye -COPY plugins/ patches/project_identifier.patch . +COPY plugins/ patches/project_identifier.patch ./ COPY pre-entrypoint.sh / ENV REDMINE_SEND_REMINDERS_DAYS=0 \