Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 394 Bytes

File metadata and controls

16 lines (12 loc) · 394 Bytes

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 \
    --privileged \
    -u $(id -u):$(id -g) \
    -v $(pwd):/code \
    --workdir /code \
    codekoala/sencha:6.5.1 app build