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. # make it available in the public directory.
FROM docker.io/node:latest as client FROM docker.io/node:latest as client
WORKDIR /build WORKDIR /build
ADD ./client /build ADD ./client-solid /build
RUN npm install RUN npm install
RUN npm run build RUN npm run build