Merge branch 'umami-software:master' into master

This commit is contained in:
Kornel Javor 2024-01-05 13:41:19 +01:00 committed by GitHub
commit 92d071cea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
490 changed files with 8704 additions and 8508 deletions

View file

@ -84,7 +84,9 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
RUN yarn add npm-run-all dotenv prisma
RUN set -x \
&& apk add --no-cache curl \
&& yarn add npm-run-all dotenv prisma semver
# You only need to copy next.config.js if you are NOT using the default configuration
COPY --from=builder /app/next.config.js .