Use Heliotrope on homepage
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-13 23:28:43 +02:00
parent a927c5c8d9
commit 32969f0953
7 changed files with 45 additions and 4 deletions

View file

@ -3,6 +3,7 @@ FROM node:22-alpine AS build
WORKDIR /app
COPY package.json ./
COPY scripts ./scripts
COPY webfonts ./webfonts
RUN npm run build
FROM nginx:1.27-alpine AS runtime