implement docker cron job

This commit is contained in:
2024-12-04 13:26:13 -06:00
parent b75d8e06f2
commit 1f6247d3d3
6 changed files with 105 additions and 0 deletions

1
docker_build.sh Normal file
View File

@@ -0,0 +1 @@
docker buildx build --platform linux/amd64,linux/arm64 -t registry.infra.nkode.tech/cron-nkode:latest --push .