mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
fix(matrix-project-doc-bot): fix main.js path in Dockerfile
The dist output is at dist/src/main.js due to drizzle.config.ts at root level. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
96e64b2a37
commit
8eac78599d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,4 +22,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
|
|||
CMD wget --no-verbose --tries=1 --spider http://localhost:3313/health || exit 1
|
||||
|
||||
EXPOSE 3313
|
||||
CMD ["node", "dist/main.js"]
|
||||
CMD ["node", "dist/src/main.js"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue