fix: oops

This commit is contained in:
2025-09-05 17:45:04 +02:00
parent 549e23626b
commit 80dc9140cc
2 changed files with 1 additions and 1 deletions

View File

@@ -30,4 +30,4 @@ COPY start.sh ./start.sh
RUN chown -R bunjs:bunjs /app
USER bunjs
CMD ["bun", "run", "src/index.ts"]
CMD ["./start.sh"]

0
start.sh Normal file → Executable file
View File