Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 236 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 236 Bytes

Twitter Clone with PHP5

Start Dev

  # start container
  $ docker compose up -d
  # stop container
  $ docker compose down -v

you can access http://localhost:4000 to start development