inital commit
This commit is contained in:
6
entrypoint.sh
Normal file
6
entrypoint.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
crontab -l > mycron
|
||||
echo "0 8 * * * bun run ./app/app.ts --today > /dev/null 2>&1" >> mycron
|
||||
echo "0 * * * * bun run ./app/app.ts --all > /dev/null 2>&1" >> mycron
|
||||
crontab mycron
|
||||
rm mycron
|
||||
Reference in New Issue
Block a user