Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 473 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 473 Bytes

youtubesharing

backend

  1. Git source : git clone ...
  2. Build source :
    • cd youtubesharing/demo/
    • docker build -t buianhduc/ytb-demo:0.0.1-SNAPSHOT .

frontend

  1. Git source : git clone ...
  2. Build source :
    • cd youtubesharing/youtube-share-app/
    • npm install
    • docker build -t buianhduc/ytb-frontend:0.1.0 .

run program

  1. Git source : git clone ...
  2. Run program :
    • cd ultilies/mysql8/
    • docker-compose up -d