A basic web API rewards processor.
- Clone this repository
- From the root of the repository, run the following commands:
# Build the Docker image
docker build -t fetch-webapi -f ./Fetch.WebApi/Dockerfile .
# Run the container
docker run -p 32769:8080 fetch-webapi