Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 367 Bytes

File metadata and controls

15 lines (11 loc) · 367 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 \
    -u $(id -u):$(id -g) \
    -v $(pwd):/code \
    --workdir /code \
    codekoala/sencha:6 app build