Software components

Software components

  1. Create empty repository called components
  2. Add repository to drone and make trusted
  3. Create directories frontend and backend with respective Dockerfile
  4. Create .drone.yml and add build instructions for frontend and backend
  5. Change Dockerfile in frontend and check build output
  6. Change Dockerfile in backend and check build output