From 74c7dbd31c174b1125a987911eabd9faa138139f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikolas=20G=C3=B6rlitz?= Date: Thu, 9 May 2024 16:37:00 +0200 Subject: [PATCH] copy mail templates to the docker image --- backend.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.Dockerfile b/backend.Dockerfile index 992a031..6226e11 100644 --- a/backend.Dockerfile +++ b/backend.Dockerfile @@ -16,7 +16,7 @@ COPY package*.json ./ RUN apk update && apk add --update nodejs npm RUN npm install --quiet --unsafe-perm --no-progress --no-audit -COPY /backend/misc/mail-templates /opt/misc/ +COPY /backend/misc/mail-templates /opt/misc/mail-templates/ COPY --from=build /build/_build/backend /opt/ # Init cron