Skip to content

Commit

Permalink
use absolute path in entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AnActualEmerald authored Aug 22, 2024
1 parent 374b4c2 commit bc4f637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
bun run index.ts
bun run /index.ts

0 comments on commit bc4f637

Please sign in to comment.