# docker-files

This directory contains a small http server that is injected into the docker images running the respective python versions used to cache file reproduction.
It takes requests to compile or parse cache files, executes the necessary python commands to perform the request, and then sends back the result.

## Build

The server is built with the following command:
```
cargo build --release
```

