UNPKG

cc-core-cli

Version:

Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.

11 lines 183 B
version: "3.0" services: cs-admin: build: context: . image: cs-admin container_name: cs-admin restart: always env_file: .env ports: - "4000:3000"