diff --git a/README.md b/README.md new file mode 100644 index 0000000..d0cfac9 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# js-polyfill-docker + +> 🐳Docker container for the polyfill.io service to serve JavaScript bundles per browser efficiently. + +## Installation + +Clone this repository and build the image: + +```bash +docker build . -t js-polyfill-docker +``` + +After this just run the container and bind the port with + +```bash +docker run js-polyfill-docker -p 8801:8801 +``` + +## Resources + +The official [polyfill.io](https://polyfill.io/v2/docs/) service maintained by the [Financial Times team](https://github.com/Financial-Times/). + +## Contributors + +
fvj | igeligel |
---|