mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 10:35:35 +01:00
Compare commits
No commits in common. "5ea2a8659cb2a64ae0048626223a1a96ab23993b" and "dcc1ae186443a286703a1222c6a598d51d76ddf7" have entirely different histories.
5ea2a8659c
...
dcc1ae1864
1 changed files with 4 additions and 1 deletions
|
|
@ -42,7 +42,10 @@ RUN set -x \
|
|||
&& apk add --no-cache curl
|
||||
|
||||
# Script dependencies
|
||||
RUN pnpm --allow-build='@prisma/engines' add npm-run-all dotenv chalk semver prisma@6.18.0 @prisma/adapter-pg@6.18.0
|
||||
RUN pnpm add npm-run-all dotenv chalk semver prisma@6.18.0 @prisma/adapter-pg@6.18.0
|
||||
|
||||
# Permissions for prisma
|
||||
RUN chown -R nextjs:nodejs node_modules/.pnpm/
|
||||
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
|
||||
COPY --from=builder /app/prisma ./prisma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue