Switching release build to solid frontend
This commit is contained in:
parent
2a7dffc3be
commit
fd068ebcbc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue