Compare commits

..

No commits in common. "67902044cac42e288e48d2ca92b51f5e1c228707" and "077d3ef8e92a8f0ee532aa63e7a5dc81c969d443" have entirely different histories.

1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
FROM node:20 AS builder
COPY . /brunsviga
WORKDIR /brunsviga
RUN npm ci
RUN npm run build
FROM nginx:mainline-alpine3.20-slim as runtime
COPY --from=builder /brunsviga/dist /usr/share/nginx/html/