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 4ce1213cfd - Show all commits

View File

@@ -13,6 +13,9 @@ RUN npm ci
# Copy entire project
COPY . .
# Create a .env file before build
RUN echo "NEXT_PUBLIC_HCAPTCHA_SITE_KEY=$HCAPTCHA_SITE_KEY" > .env
# Build the Next.js app
RUN npm run build