From 1a889dc0b0ed0568b2b26f62eb0e28afa5923ec8 Mon Sep 17 00:00:00 2001 From: igeligel Date: Mon, 20 Aug 2018 13:20:24 +0200 Subject: [PATCH] docs: create readme for repository --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md 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

+ +## License + +*js-polyfill-docker* is realeased under the [MIT License](./LICENSE).