mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 21:15:35 +01:00
Merge branch 'umami-software:master' into master
This commit is contained in:
commit
92d071cea2
490 changed files with 8704 additions and 8508 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue