Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/3yourmind/js-polyfill-docker
- Owner: 3YOURMIND
- License: mit
- Created: 2018-07-26T12:52:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T23:04:04.000Z (over 3 years ago)
- Last Synced: 2024-03-20T15:22:30.224Z (8 months ago)
- Topics: babel, chrome, firefox, internet-explorer, javascript, polyfill, polyfill-io, polyfill-service, safari
- Language: Dockerfile
- Homepage: https://polyfill.io/v2/docs/
- Size: 32.2 KB
- Stars: 7
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## License
*js-polyfill-docker* is realeased under the [MIT License](./LICENSE).