Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 483 Bytes

dev-template

Dev Docker

This sections describes how to run the local development environment using Docker.

Note:

  1. This is not required option, you can run the project locally without Docker
  2. For this option you need to have make and docker

Commands

  • make dev-up will build the Docker image, run dev container and enter to the container.
  • make dev-exec enters to running container.
  • make dev-down stops and removes the running container.