From fd068ebcbc87b3f3690c3297d7ff22ffb323db33 Mon Sep 17 00:00:00 2001 From: Imbus Date: Thu, 19 Oct 2023 08:12:21 +0200 Subject: [PATCH] Switching release build to solid frontend --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 257da87..976aa93 100644 --- a/Containerfile +++ b/Containerfile @@ -4,7 +4,7 @@ # make it available in the public directory. FROM docker.io/node:latest as client WORKDIR /build -ADD ./client /build +ADD ./client-solid /build RUN npm install RUN npm run build