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