diff --git a/Dockerfile b/Dockerfile index 2d1122c..1220baa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ COPY start.sh ./start.sh RUN chown -R bunjs:bunjs /app USER bunjs -CMD ["bun", "run", "src/index.ts"] \ No newline at end of file +CMD ["./start.sh"] \ No newline at end of file diff --git a/start.sh b/start.sh old mode 100644 new mode 100755