tools to build websites (gulp, bower, npm)
2.3K
This Docker image contains the tools we use at OSIMIS to build our dynamic websites (ruby, node, gulp & bower).
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.
Content type
Image
Digest
Size
202.6 MB
Last updated
over 7 years ago
docker pull osimis/webapp-builder