Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 127 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 127 Bytes
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