Update: package-lock.json aktualisiert für baseline-browser-mapping

This commit is contained in:
Hördle Bot
2025-12-01 18:15:22 +01:00
parent 1ff0787e4e
commit 17a39d677d
2 changed files with 5 additions and 2 deletions

View File

@@ -38,6 +38,9 @@ RUN if [ -n "$APP_VERSION" ]; then \
# Uncomment the following line in case you want to disable telemetry during the build.
ENV NEXT_TELEMETRY_DISABLED 1
# Suppress baseline-browser-mapping warning about old data (informational only)
ENV NODE_ENV=production
# Generate Prisma Client
ENV DATABASE_URL="file:./dev.db"
RUN node_modules/.bin/prisma generate