Sign inSign up

codekoala/sencha

By codekoala

Updated over 9 years ago

Sencha Cmd 6.0.x, 5.1.x, and 4.0.x

Image
4

10K+

codekoala/sencha repository overview

docker-sencha-cmd

Docker image to run Sencha Cmd with its dependencies satisfied.

Build Production App

Here's an example command for building the production version of your project.

docker run --rm \
    -u $(id -u):$(id -g) \
    -v $(pwd):/code \
    --workdir /code \
    codekoala/sencha:6 app build

Tag summary

Content type

Image

Digest

Size

278.4 MB

Last updated

over 10 years ago

docker pull codekoala/sencha