diff --git a/container/Containerfile b/container/Containerfile index bb41baf..b4386c2 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -2,7 +2,7 @@ # We use node:latest as the base image. # Essentially we build the frontend SPA with vite and # make it available in the public directory. -FROM docker.io/node:latest as client +FROM docker.io/node:alpine as client WORKDIR /build ADD client-solid /build RUN npm install