🐋 Docker and Gitea Workflow
All checks were successful
Deploy application / deploy (push) Successful in 19s

- Moved tsx to dependencies as node TS support is 💩
- Renamed start-once to run-once
- TODOs
This commit is contained in:
2025-01-26 17:41:44 +01:00
parent 2e73baf98b
commit aaa85e99cb
8 changed files with 89 additions and 7 deletions

View File

@ -24,5 +24,5 @@ pnpm start
Start the application without a CronJob, it will run once, then shutdown.
```shell
pnpm start-once
pnpm run-once
```