모든 버그 해결

This commit is contained in:
imnyang 2024-11-06 22:57:35 +09:00
commit e19aa64c8f
14 changed files with 96 additions and 31 deletions

View file

@ -3,11 +3,13 @@
오늘 급식도 인스타로
실행하기 전에 `.env`가 필요합니다.
실행하기 전에 `app/config.json`가 필요합니다.
`.env.example`을 참고해서 만들어주세요.
`app/config.example.json`을 참고해서 만들어주세요.
**이 프로젝트는 백업을 위한 레포로 친절하게 문서를 쓸 생각이 없습니다.**
`docker build --tag today-isangjeong:latest`
`docker build --tag today-isangjeong:latest .`
`docker run -d -v /data/hdd/today.isanjeong-docker:/code/app/temp --name today-isangjeong today-isangjeong:latest`