From 9723aa11df1843a0ba264b83151208e9b8abfad5 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 29 Nov 2022 00:05:39 +0100 Subject: [PATCH] root: include security policy in website container Signed-off-by: Jens Langhammer --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 816475a76..3daf391c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM --platform=${BUILDPLATFORM} docker.io/node:18 as website-builder COPY ./website /work/website/ COPY ./blueprints /work/blueprints/ +COPY ./SECURITY.md /work/ ENV NODE_ENV=production WORKDIR /work/website