Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 352 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 352 Bytes

Mini-chat

  • "app/" --> App/Website folder, contain all code
  • "nginx/" --> contain the nginx server config file
  • "php/" --> contain the Dockerfile

How to start app ?

  • Build container
docker compose build
  • Start container
docker compose up -d
  • Remove container
docker compose down -v