Compare commits

..

No commits in common. "9c769c8043aa1bb51bc13e5adf910b09fa0634d4" and "e52da2cfe7b46af2a00610590e6fe460a4d6c07d" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ USER bun
ENV NODE_ENV production
EXPOSE 8080/tcp
ENTRYPOINT [ "/bin/bash", "-c" ]
CMD ["bun run src/index.ts"]
CMD ["bun", "run", "start"]