chore(root): update scripts

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-19 00:07:00 +01:00
parent 8e94ce5877
commit 8ca74c5435
2 changed files with 42 additions and 12 deletions

View File

@@ -2,6 +2,9 @@ ARG NODE_VERSION=20.15.1
FROM node:${NODE_VERSION}-slim AS base
# FIX: Bad workaround (https://github.com/nodejs/corepack/issues/612)
ENV COREPACK_INTEGRITY_KEYS=0
ENV SKIP_ENV_VALIDATION="1"
ARG DATABASE_URL