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