- calculate distance of 2 given date, support Gregorian calendar and Lunar calender
- return month date info for given date (with leap month, lunar date info)
cd ..
docker build -t date-api -f date-api/Dockerfile . or docker build -t date-api:1.0.0 -f date-api/Dockerfile .
docker image ls
docker image tag date-api:latest date-api:1.0.0
docker run -d -e AWS_ACCESS_KEY_ID=xyz -e AWS_SECRET_ACCESS_KEY=abc -e AWS_REGION=ap-southeast-1 -e profile=dev --publish 8383:8383 date-api:1.0.0