Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/3yourmind/js-polyfill-docker

🐳Docker container for the polyfill.io service to serve JavaScript bundles per browser efficiently.
https://github.com/3yourmind/js-polyfill-docker

babel chrome firefox internet-explorer javascript polyfill polyfill-io polyfill-service safari

Last synced: 4 days ago
JSON representation

🐳Docker container for the polyfill.io service to serve JavaScript bundles per browser efficiently.

Awesome Lists containing this project

README

        

# 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).