Skip to content

codekoala/docker-sencha-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker build for Sencha Cmd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors