use run dev temporarly to start server

This commit is contained in:
2025-08-27 18:22:23 +02:00
parent beaee4ae05
commit c29d448a30

View File

@@ -12,4 +12,4 @@ RUN bun run build
EXPOSE 9123
CMD ["bun", "run", "start"]
CMD ["bun", "run", "dev"]