website refactoring #7

Merged
boom merged 25 commits from dev into production 2025-06-28 14:05:50 +02:00
Showing only changes of commit 2a19e583c9 - Show all commits

View File

@@ -13,6 +13,9 @@ RUN npm ci
# Copy entire project # Copy entire project
COPY . . COPY . .
# Set it as an environment variable for the build process
ENV NEXT_PUBLIC_HCAPTCHA_SITE_KEY=${HCAPTCHA_SITE_KEY}
# Build the Next.js app # Build the Next.js app
RUN npm run build RUN npm run build