git clone https://github.com/Forrest-GoF/job-crawler-module.git
pip install -r requirements.txt
cd flask; flask run
curl 127.0.0.1:5000
- download
docker-compose.yaml
docker-compose up -d
- latest : for arm
- amd64 : for x86
If your development environment is
x86
, use the image version ofamd64
.