From 475019202b5183abba9c969b074916328fe2ab21 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 31 Jul 2022 18:10:21 +0200 Subject: [PATCH] root: fix dockerfile for blueprints Signed-off-by: Jens Langhammer --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e2e5ad2d1..8859719fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM --platform=${BUILDPLATFORM} docker.io/node:18 as website-builder COPY ./website /work/website/ +COPY ./blueprints /work/blueprints/ ENV NODE_ENV=production WORKDIR /work/website