This commit is contained in:
Dominic Ferrando
2025-09-20 08:31:29 -04:00
parent cb740a75d0
commit 13107f7e0e
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -35,5 +35,5 @@ COPY --from=build /app /app
RUN apt-get update && apt-get install -y sqlite3 && rm -rf /var/lib/apt/lists/*
# Start the server by default, this can be overwritten at runtime
CMD [ "bun", "--bun", "build" ]
CMD [ "bun", "--bun", "run", "build" ]
CMD [ "bun", "./build/index.js" ]