pls
Some checks failed
Docker Deploy / build-and-push (push) Failing after 3m19s

This commit is contained in:
2026-01-16 17:55:36 -07:00
parent c4ecc0b899
commit 42fbea6ae7
2 changed files with 1 additions and 46 deletions

View File

@@ -30,4 +30,4 @@ COPY package.json pnpm-lock.yaml ./
COPY --from=builder /app/node_modules ./node_modules
RUN mkdir -p /app/data
EXPOSE 4321
CMD ["sh","-c","node scripts/migrate.js && node ./dist/server/entry.mjs"]
CMD ["sh","-c","node ./dist/server/entry.mjs"]