Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 326 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 326 Bytes

Running the application

Locally

  • Build the image: docker-compose build
  • Run the container: docker-compose up -d

Production

  • Build the image: docker-compose -f docker-compose.yml -f docker-compose.prod.yml build
  • Run the container: docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d