This is an S2I image use to build Angular2 project written in typscript with angular-cli
1. Clone this repository
2. Execute ```docker build -t angular2-lighttpd .```
s2i build git://<source code> angular2-lighttpd <application image>
docker run -it --rm <application image>
The lighttpd server will listen on port 8080
If you create a lighttpd folder at the root of your project, its containt will be copy in /opt/app-root/etc folder (the configuration folder of lighttpd).
By default the lighttpd.conf include the file application.conf (empty by default). so it's the good place to extend the default configuration.