Sencha CMD tool for managing and building ExtJS applications. Versions: 7.9, 7.x, 6.x, 5.x, 4.x.
10K+
Command line tool that provides many automated tasks around the full life-cycle of your applications from generating a new project to deploying an application to production.
VOLUME /code - application folderDocker clidocker run --rm -v .:/code marcodor/sencha-cmd app build
Docker ComposeDefine sencha-cmd service in your docker-compose.yaml file:
services:
sencha-cmd:
image: marcodor/sencha-cmd
profiles:
- tools
volumes:
- .:/code
Build the application:
docker compose run --rm sencha-cmd app build
Content type
Image
Digest
sha256:21843dfa5…
Size
186.2 MB
Last updated
8 months ago
docker pull marcodor/sencha-cmd