pwasem / openui5-sdk-docker

Docker image for openui5 sdk
7 stars 3 forks source link

openui5-sdk-docker

Docker image for serving an OpenUI5 SDK.

Prerequisites

Make sure you have Docker Compose installed.

Get started

Simply

Enjoy!

Configuration

The desired OpenUI5 version can be defined setting ui5_version in your docker-compose.yml.

Behind the scenes

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.