Skip to content

diagonal-m/catchup_tech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

catchup_tech

情報収集用スクリプト

Dockerイメージの作成

$ pwd
/hoge/catchup_tech
$ ls
app  docker  README.md
$ docker build --build-arg webhook='webhookxxxxx' -f docker/Dockerfile -t tech --no-cache .

cronで毎朝5時に定期実行

$ crontab -l
0 5 * * * docker run -i tech

About

情報収集用スクリプト

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published