abdul-alim / new-docker-typescript-app

Base setup of docker with typescript setup. It contains both development and production configurations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new-docker-typescript-app

declare your docker services at *.yml

Start development server with Docker

make dev

Start production server with Docker

make prod

Stop and remove containers and networks

make down

About

Base setup of docker with typescript setup. It contains both development and production configurations.


Languages

Language:Makefile 46.1%Language:Dockerfile 42.9%Language:TypeScript 11.0%