deselbi / sencha-cmd

Docker image to run Sencha Cmd 5.1.0.26

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image to run Sencha Cmd 5.1.0.26.

What's Inside

This image is based of Java 8 JRE Image

  • Sencha CMD 5.1
  • Ruby 2.1

How to build this image

docker build -t dvc.sencha .

How to use this image

Basic usage

docker run --rm -v "$(pwd)":/project deselbi/sencha-cmd [<options>]

To build an application on current directory

docker run --rm -v "$(pwd)":/project deselbi/sencha-cmd app build

About

Docker image to run Sencha Cmd 5.1.0.26


Languages

Language:Dockerfile 90.7%Language:Shell 9.3%