mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Downgrade to Prisma 5.22.0
This commit is contained in:
parent
50f8ff500b
commit
662039090e
5 changed files with 44 additions and 46 deletions
|
|
@ -39,8 +39,8 @@ RUN addgroup --system --gid 1001 nodejs
|
|||
RUN adduser --system --uid 1001 nextjs
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache curl \
|
||||
&& yarn add npm-run-all dotenv semver prisma@6.1.0
|
||||
&& apk add --no-cache curl openssl \
|
||||
&& yarn add npm-run-all dotenv semver prisma@5.22.0
|
||||
|
||||
# You only need to copy next.config.js if you are NOT using the default configuration
|
||||
COPY --from=builder /app/next.config.js .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue