root: fix dockerfile for blueprints

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-07-31 18:10:21 +02:00
parent a9bca55b95
commit 475019202b
1 changed files with 1 additions and 0 deletions

View File

@ -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