mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
working sqlite init migration?
This commit is contained in:
parent
78bc17ce3b
commit
7bb8b1a67d
4 changed files with 115 additions and 1 deletions
|
|
@ -40,4 +40,4 @@ COPY --from=build /build/public ./public
|
|||
USER node
|
||||
|
||||
EXPOSE 3000
|
||||
CMD ["yarn", "start"]
|
||||
CMD ["yarn prisma migrate dev && yarn start"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue