Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 431 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 431 Bytes

How to start app

  1. Clone sources for frontend and backend into each directory
git clone git@github.com:42-ping-ping/ping_pong_front front/app
git clone git@github.com:42-ping-ping/ping_pong_back back/app

or make clone

make clone
  1. Chage volume device to your full path home directory

  2. Start with docker-compose up

docker-compose up --build

or make

make