Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 311 Bytes

docker.md

File metadata and controls

18 lines (14 loc) · 311 Bytes

Docker

Create and start container

$ docker compose up --build

Enter into a docker container terminal

$ docker exec -it nest-project-template /bin/bash

From the docker terminal can execute any script from package.json

Exit docker container terminal

$ exit