Docker image for serving an OpenUI5 SDK.
Make sure you have Docker Compose installed.
Simply
clonethis repository.- run
docker-compose up -d --build(stopdocker-compose down) - browse to
http://localhost:5000/
Enjoy!
The desired OpenUI5 version can be defined setting ui5_version in your docker-compose.yml.
The docker image itself is build upon the latest node:alpine image.
When building the docker image the specified openui5 sdk will be download from https://github.com/SAP/openui5/releases.
Finally a web server using fastify will be started to serve the sdk as fast a possible.