Coding challenge for solving items packing problem.
Pushing a new commit will trigger Push Docker Image to ECR Github Action Workflow which will update private ECR repository with the latest Docker image.
Automatic Deployments are enabled on AWS AppRunner whenever new Docker image is being pushed to ECR repository.
Currently in disabled status, it could be activated on AWS App Runner anytime.
SPEC_FILE_PATH=config go run ./shipment-calculator-api
Add SPEC_FILE_PATH=config
ENV variable in anyway and run main.go
file.
- Build the image
docker build -t gymshark-shipment-calculator-api:latest .
- Run the container
docker run -p 3000:3000 gymshark-shipment-calculator-api:latest