Switching release build to solid frontend

This commit is contained in:
Imbus 2023-10-19 08:12:21 +02:00
parent 2a7dffc3be
commit fd068ebcbc

View file

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