Fix Dockerfile cmd run

This commit is contained in:
Tobias Hopp 2025-04-16 10:35:51 +02:00
parent 8cbb83715f
commit faae6ec930

View File

@ -60,4 +60,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \
CMD curl -f http://localhost:$PORT/api/health || exit 1
# Start the application
CMD ["bun", "run", "start"]
CMD ["bun", "dist/server.js"]