Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 265 Bytes

DockerReadme.md

File metadata and controls

8 lines (8 loc) · 265 Bytes

To run:

  • include back-end .env file in two locations:
    • ./back-end
    • ./
  • include front-end .env file in front-end directory
    • ./front-end
  • build using: docker-compose build
  • run using: docker-compose up