fix wrong nip46 key used
This commit is contained in:
parent
bfcb0992d4
commit
c92b169435
4 changed files with 5 additions and 4 deletions
|
|
@ -36,6 +36,7 @@ RUN npm install --only=production
|
|||
# Copy and run migrations
|
||||
COPY --from=build /app/prisma ./prisma
|
||||
RUN npx prisma migrate deploy
|
||||
RUN npx prisma db push
|
||||
|
||||
# Set entrypoint
|
||||
ENTRYPOINT [ "node", "scripts/start.js" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue