mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Updated packages. Fixed docker file.
This commit is contained in:
parent
0935765ac7
commit
890b209527
3 changed files with 74 additions and 96 deletions
|
|
@ -31,9 +31,6 @@ COPY --from=build /build/prod_node_modules ./node_modules
|
|||
# Copy generated Prisma client
|
||||
COPY --from=build /build/node_modules/.prisma/ ./node_modules/.prisma/
|
||||
|
||||
# Copy geo database
|
||||
COPY --from=build /build/geo ./geo
|
||||
|
||||
COPY --from=build /build/yarn.lock /build/package.json ./
|
||||
COPY --from=build /build/.next ./.next
|
||||
COPY --from=build /build/public ./public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue