fix wrong nip46 key used

This commit is contained in:
Pablo Fernandez 2024-01-08 15:29:54 +00:00
commit c92b169435
4 changed files with 5 additions and 4 deletions

View file

@ -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" ]