Skip to content

mocdk/docker-pcodk-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Pco devtools container

This container runs various devtools used at peytz.

The container can be used to run grunt, npde, npm and bowercommands on your project, limiting your need to install these tools locally.

The container has workdir /var/www/application.

The container contains node v6.4, ruby v1.9 and compass in version 1.0.3

Using with docker-compose

The easiest way, is to map your project root into this folder and then these commands can be used

docker-compose run devtools npm install docker-compose run devtools bower install docker-compose run devtools grunt watch docker-compose run devtools compass

Using stand-alone

The image can be used with

docker run -it --rm pcodk/devtools

Which will give you a bash shell inside the container.

About

Devtool container for Peytz & co

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published