Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chunghha/docker-ts-nest

Nest with Typescript running on Docker.
https://github.com/chunghha/docker-ts-nest

Last synced: about 12 hours ago
JSON representation

Nest with Typescript running on Docker.

Awesome Lists containing this project

README

        

```
docker build . -t ts-nest
docker run -i -t -p 3000:3000 ts-nest
```

*Or if you can run bash then just,*

```
sh run.sh
```