Instagram Automatic Meal Upload Bot
- TypeScript 95.3%
- Dockerfile 4.7%
| .devcontainer | ||
| .github/workflows | ||
| app | ||
| .gitignore | ||
| crontab | ||
| crontab-new | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.MD | ||
| requirements.txt | ||
Today.isangjeong
오늘 급식도 인스타로
실행하기 전에 app/config.json가 필요합니다.
app/config.example.json을 참고해서 만들어주세요.
이 프로젝트는 백업을 위한 레포로 친절하게 문서를 쓸 생각이 없습니다.
docker build --no-cache --tag today-isangjeong:latest .
docker rm --force today-isangjeong
docker run -d -v /data/hdd/today.isanjeong-docker:/code/app/temp --name today-isangjeong today-isangjeong:latest