Compare commits

..

No commits in common. "fb42380f9c717ef7f21f91ce5b00f92040443fc6" and "da4f5cbb139deafa3764cc0ae9f0f8c788590d97" have entirely different histories.

View file

@ -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:alpine as client
FROM docker.io/node:latest as client
WORKDIR /build
ADD client-solid /build
RUN npm install