Sign inSign up

osimis/webapp-builder

By osimis

Updated over 7 years ago

tools to build websites (gulp, bower, npm)

Image
0

2.3K

osimis/webapp-builder repository overview

WebApp builder

Scope

This Docker image contains the tools we use at OSIMIS to build our dynamic websites (ruby, node, gulp & bower).

Usage examples

sudo docker run -v $(pwd):/project osimis/webapp-builder /bin/bash -c "cd /project/apps/webApp && ./superbuild.sh"

It is very important to map your volume 'high enough' in case your build script is doing suffs like cd ../../. Inside a container, you can not go upon the mount point.

Tag summary

Content type

Image

Digest

Size

202.6 MB

Last updated

over 7 years ago

docker pull osimis/webapp-builder