Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 330 Bytes

File metadata and controls

18 lines (11 loc) · 330 Bytes

Docker + Typescript: Setting up Typescript to run in Docker container

Running Development mode

    docker-compose -f docker-compose.dev.yaml up

Build Production

    docker-compose -f docker-compose.yaml up