mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 20:45:39 +01:00
Update dockerfile
This commit is contained in:
parent
eda771cf1d
commit
332b58eb76
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/public ./public
|
||||||
COPY --from=builder /app/package.json ./package.json
|
COPY --from=builder /app/package.json ./package.json
|
||||||
COPY --from=builder /app/prisma ./prisma
|
COPY --from=builder /app/prisma ./prisma
|
||||||
COPY --from=builder /app/scripts ./scripts
|
COPY --from=builder /app/scripts ./scripts
|
||||||
|
COPY --from=builder /app/.dokku ./.dokku
|
||||||
|
|
||||||
# Automatically leverage output traces to reduce image size
|
# Automatically leverage output traces to reduce image size
|
||||||
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue