marcodor/sencha-cmd

By marcodor

Updated 8 months ago

Sencha CMD tool for managing and building ExtJS applications. Versions: 7.9, 7.x, 6.x, 5.x, 4.x.

Image
Languages & frameworks
Developer tools
1

10K+

marcodor/sencha-cmd repository overview

Sencha CMD

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.

Quick reference

About this image

How to use this image

Image defaults

  • VOLUME /code - application folder

Using Docker cli

docker run --rm -v .:/code marcodor/sencha-cmd app build

Using Docker Compose

Define 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

Tag summary

Content type

Image

Digest

sha256:21843dfa5

Size

186.2 MB

Last updated

8 months ago

docker pull marcodor/sencha-cmd