mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Updated start scripts.
This commit is contained in:
parent
bf5068d32a
commit
76211dc5a2
4 changed files with 19 additions and 35 deletions
|
|
@ -38,6 +38,7 @@ COPY --from=build /build/node_modules/.prisma/ ./node_modules/.prisma/
|
|||
COPY --from=build /build/yarn.lock /build/package.json ./
|
||||
COPY --from=build /build/.next ./.next
|
||||
COPY --from=build /build/public ./public
|
||||
COPY --from=build /build/scripts ./scripts
|
||||
|
||||
USER node
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue